Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dmedford_nic.c107 encp->enc_tx_desc_size = EF10_TXQ_DESC_SIZE; in medford_board_cfg()
H A Dmedford2_nic.c109 encp->enc_tx_desc_size = EF10_TXQ_DESC_SIZE; in medford2_board_cfg()
H A Dhunt_nic.c162 encp->enc_tx_desc_size = EF10_TXQ_DESC_SIZE; in hunt_board_cfg()
H A Def10_tx.c378 EF10_TXQ_DESC_SIZE, wptr, id); in ef10_tx_qpush()
394 EF10_TXQ_DESC_SIZE, wptr, id); in ef10_tx_qpush()
H A Def10_impl.h24 #define EF10_TXQ_DESC_SIZE (sizeof (efx_qword_t)) macro