diff --git a/include/osi_common.h b/include/osi_common.h index a5c1e09..bc6cc96 100644 --- a/include/osi_common.h +++ b/include/osi_common.h @@ -91,7 +91,7 @@ * @brief EQOS generic helper MACROS. * @{ */ -#define OSI_PAUSE_FRAMES_ENABLE 0U +#define OSI_PAUSE_FRAMES_ENABLE 1U #define OSI_PTP_REQ_CLK_FREQ 250000000U #define OSI_FLOW_CTRL_DISABLE 0U #define OSI_ADDRESS_32BIT 0 diff --git a/include/osi_core.h b/include/osi_core.h index 96a0a4d..c09b9c4 100644 --- a/include/osi_core.h +++ b/include/osi_core.h @@ -869,7 +869,7 @@ struct core_backup { */ struct osi_ptp_config { /** PTP filter parameters bit fields. - * + * * Enable Timestamp, Fine Timestamp, 1 nanosecond accuracy * are enabled by default. * @@ -896,7 +896,7 @@ struct osi_ptp_config { * Select PTP packets for Taking Snapshots (OSI_BIT(16) + OSI_BIT(17)) * * AV 802.1AS Mode Enable OSI_BIT(28) - * + * * if ptp_filter is set to Zero then Time stamping is disabled */ nveu32_t ptp_filter; /** seconds to be updated to MAC */ @@ -1304,7 +1304,7 @@ struct osi_core_priv_data { nveu32_t mtu; /** Ethernet MAC address */ nveu8_t mac_addr[OSI_ETH_ALEN]; - /** DT entry to enable(0) or disable(1) pause frame support */ + /** DT entry to enable(1) or disable(0) pause frame support */ nveu32_t pause_frames; /** Current flow control settings */ nveu32_t flow_ctrl; @@ -1394,7 +1394,7 @@ struct osi_core_priv_data { /** * @brief osi_hw_core_init - EQOS MAC, MTL and common DMA initialization. - * + * * @note * Algorithm: * - Invokes EQOS MAC, MTL and common DMA register init code. @@ -1466,7 +1466,7 @@ nve32_t osi_hw_core_deinit(struct osi_core_priv_data *const osi_core); /** * @brief osi_common_isr - Common ISR. - * + * * @note * Algorithm: * - Takes care of handling the common interrupts accordingly as per