Home
last modified time | relevance | path

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

/hal_nxp-latest/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.c2047 txOffloadMode = config->txOffloadOps; in ENET_ConfigTxDescriptor()
2223 txDescConfig.txOffloadOps = txFrame->txConfig.txOffloadOps; in ENET_SendFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.h370 enet_tx_offload_t txOffloadOps; /*!< The Tx checksum offload option, only vaild for Queue 0. */ member
578 enet_tx_offload_t txOffloadOps; /*!< Tx checksum offload option. */ member
Dfsl_enet.c2169 txOffloadMode = config->txOffloadOps; in ENET_ConfigTxDescriptor()
2345 txDescConfig.txOffloadOps = txFrame->txConfig.txOffloadOps; in ENET_SendFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c2660 …ol = ENET_QOS_TXDESCRIP_RD_FL(config->framelen) | ENET_QOS_TXDESCRIP_RD_CIC(config->txOffloadOps) | in ENET_QOS_ConfigTxDescriptor()
2771 enet_qos_tx_offload_t txOffloadOps) in ENET_QOS_SendFrame() argument
2787 assert(txOffloadOps == kENET_QOS_TxOffloadDisable); in ENET_QOS_SendFrame()
2789 assert((txOffloadOps == kENET_QOS_TxOffloadDisable) || in ENET_QOS_SendFrame()
2815 txDescConfig.txOffloadOps = txOffloadOps; in ENET_QOS_SendFrame()
Dfsl_enet_qos.h458 enet_qos_tx_offload_t txOffloadOps; /*!< The Tx checksum offload option. */ member
1638 enet_qos_tx_offload_t txOffloadOps);