Lines Matching defs:ice_tx_drbell_q_ctx
1650 * @ice_tx_drbell_q_ctx: pointer to the doorbell queue context
1656 ice_copy_tx_drbell_q_ctx_to_hw(struct ice_hw *hw, u8 *ice_tx_drbell_q_ctx,
1661 if (!ice_tx_drbell_q_ctx)
1670 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32)))));
1673 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32)))));
1682 ICE_CTX_STORE(ice_tx_drbell_q_ctx, base, 57, 0),
1683 ICE_CTX_STORE(ice_tx_drbell_q_ctx, ring_len, 13, 64),
1684 ICE_CTX_STORE(ice_tx_drbell_q_ctx, pf_num, 3, 80),
1685 ICE_CTX_STORE(ice_tx_drbell_q_ctx, vf_num, 8, 84),
1686 ICE_CTX_STORE(ice_tx_drbell_q_ctx, vmvf_type, 2, 94),
1687 ICE_CTX_STORE(ice_tx_drbell_q_ctx, cpuid, 8, 96),
1688 ICE_CTX_STORE(ice_tx_drbell_q_ctx, tph_desc_rd, 1, 104),
1689 ICE_CTX_STORE(ice_tx_drbell_q_ctx, tph_desc_wr, 1, 108),
1690 ICE_CTX_STORE(ice_tx_drbell_q_ctx, db_q_en, 1, 112),
1691 ICE_CTX_STORE(ice_tx_drbell_q_ctx, rd_head, 13, 128),
1692 ICE_CTX_STORE(ice_tx_drbell_q_ctx, rd_tail, 13, 144),
1707 struct ice_tx_drbell_q_ctx *tx_drbell_q_ctx,