Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Dnxp_enet_qos_priv.h15 #define NUM_TX_BUFDESC CONFIG_ETH_NXP_ENET_QOS_TX_BUFFER_DESCRIPTORS macro
17 #define LAST_TX_DESC_INDEX NUM_TX_BUFDESC - 1
109 volatile union nxp_enet_qos_tx_desc descriptors[NUM_TX_BUFDESC];
Deth_nxp_enet_qos_mac.c78 frags_count > NUM_TX_BUFDESC) { 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()
448 ENET_QOS_REG_PREP(DMA_CH_DMA_CHX_TXDESC_RING_LENGTH, TDRL, NUM_TX_BUFDESC); in enet_qos_tx_desc_init()