Lines Matching defs:tx_drbell_q_index
1651 * @tx_drbell_q_index: the index of the doorbell queue
1657 u32 tx_drbell_q_index)
1664 if (tx_drbell_q_index > QTX_COMM_DBLQ_DBELL_MAX_INDEX)
1669 wr32(hw, QTX_COMM_DBLQ_CNTX(i, tx_drbell_q_index),
1700 * @tx_drbell_q_index: the index of the doorbell queue
1708 u32 tx_drbell_q_index)
1714 return ice_copy_tx_drbell_q_ctx_to_hw(hw, ctx_buf, tx_drbell_q_index);
1720 * @tx_drbell_q_index: the index of the doorbell queue to clear
1725 ice_clear_tx_drbell_q_ctx(struct ice_hw *hw, u32 tx_drbell_q_index)
1729 if (tx_drbell_q_index > QTX_COMM_DBLQ_DBELL_MAX_INDEX)
1734 wr32(hw, QTX_COMM_DBLQ_CNTX(i, tx_drbell_q_index), 0);