Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c1181 for (i = 0; i < ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS; i++) { in ice_copy_tx_cmpltnq_ctx_to_hw()
1222 u8 ctx_buf[ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_cmpltnq_ctx()
1244 for (i = 0; i < ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS; i++) in ice_clear_tx_cmpltnq_ctx()
H A Dice_lan_tx_rx.h885 #define ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS 22 macro