Home
last modified time | relevance | path

Searched refs:eth_tx_bd_types (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/qlnx/qlnxe/
H A Deth_common.h500 union eth_tx_bd_types union
H A Dqlnx_os.c6121 union eth_tx_bd_types *p_virt; in qlnx_alloc_mem_txq()
/src/sys/dev/bxe/
H A Dbxe.h256 #define TX_BD_TOTAL_PER_PAGE (BCM_PAGE_SIZE / sizeof(union eth_tx_bd_types))
553 union eth_tx_bd_types *tx_chain;
H A Decore_hsi.h7730 union eth_tx_bd_types union
7745 union eth_tx_bd_types bds[13];
H A Dbxe.c14795 fp->tx_chain = (union eth_tx_bd_types *)fp->tx_dma.vaddr; in bxe_alloc_hsi_mem()