Home
last modified time | relevance | path

Searched refs:nxp_enet_qos_tx_desc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Dnxp_enet_qos_priv.h57 union nxp_enet_qos_tx_desc { union
109 volatile union nxp_enet_qos_tx_desc descriptors[NUM_TX_BUFDESC];
Deth_nxp_enet_qos_mac.c65 volatile union nxp_enet_qos_tx_desc *tx_desc_ptr = data->tx.descriptors; in eth_nxp_enet_qos_tx()
66 volatile union nxp_enet_qos_tx_desc *last_desc_ptr; in eth_nxp_enet_qos_tx()
99 memset((void *)data->tx.descriptors, 0, sizeof(union nxp_enet_qos_tx_desc) * frags_count); in eth_nxp_enet_qos_tx()
437 memset((void *)tx->descriptors, 0, sizeof(union nxp_enet_qos_tx_desc) * NUM_TX_BUFDESC); in enet_qos_tx_desc_init()