Searched refs:tx_cmpltnq_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_common.h119 ice_clear_tx_cmpltnq_ctx(struct ice_hw *hw, u32 tx_cmpltnq_index);
123 u32 tx_cmpltnq_index);
H A Dice_common.c1485 * @tx_cmpltnq_index: the index of the completion queue
1491 u32 tx_cmpltnq_index)
1498 if (tx_cmpltnq_index > GLTCLAN_CQ_CNTX0_MAX_INDEX)
1503 wr32(hw, GLTCLAN_CQ_CNTX(i, tx_cmpltnq_index),
1533 * @tx_cmpltnq_index: the index of the completion queue
1541 u32 tx_cmpltnq_index)
1546 return ice_copy_tx_cmpltnq_ctx_to_hw(hw, ctx_buf, tx_cmpltnq_index);
1552 * @tx_cmpltnq_index: the index of the completion queue to clear
1557 ice_clear_tx_cmpltnq_ctx(struct ice_hw *hw, u32 tx_cmpltnq_index) argument
1561 if (tx_cmpltnq_index > GLTCLAN_CQ_CNTX0_MAX_INDE
1490 ice_copy_tx_cmpltnq_ctx_to_hw(struct ice_hw *hw, u8 *ice_tx_cmpltnq_ctx, u32 tx_cmpltnq_index) argument
1539 ice_write_tx_cmpltnq_ctx(struct ice_hw *hw, struct ice_tx_cmpltnq_ctx *tx_cmpltnq_ctx, u32 tx_cmpltnq_index) argument
[all...]

Completed in 127 milliseconds