Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c1271 for (i = 0; i < ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS; i++) { in ice_copy_tx_drbell_q_ctx_to_hw()
1313 u8 ctx_buf[ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_drbell_q_ctx()
1336 for (i = 0; i < ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS; i++) in ice_clear_tx_drbell_q_ctx()
H A Dice_lan_tx_rx.h886 #define ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS 5 macro