Home
last modified time | relevance | path

Searched refs:txOffloadOps (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.h345 enet_tx_offload_t txOffloadOps; /*!< The Tx checksum offload option, only vaild for Queue 0. */ member
552 enet_tx_offload_t txOffloadOps; /*!< Tx checksum offload option. */ member
Dfsl_enet.c2026 txOffloadMode = config->txOffloadOps; in ENET_ConfigTxDescriptor()
2202 txDescConfig.txOffloadOps = txFrame->txConfig.txOffloadOps; in ENET_SendFrame()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h457 enet_qos_tx_offload_t txOffloadOps; /*!< The Tx checksum offload option. */ member
1631 enet_qos_tx_offload_t txOffloadOps);
Dfsl_enet_qos.c2578 … ENET_QOS_TXDESCRIP_RD_CIC(config->txOffloadOps) | ENET_QOS_TXDESCRIP_RD_LDFD(config->flag) | in ENET_QOS_ConfigTxDescriptor()
2689 enet_qos_tx_offload_t txOffloadOps) in ENET_QOS_SendFrame() argument
2703 if (txOffloadOps != kENET_QOS_TxOffloadDisable) in ENET_QOS_SendFrame()
2730 txDescConfig.txOffloadOps = txOffloadOps; in ENET_QOS_SendFrame()