Searched refs:ice_tx_drbell_q_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c1275 * @ice_tx_drbell_q_ctx: pointer to the doorbell queue context
1281 ice_copy_tx_drbell_q_ctx_to_hw(struct ice_hw *hw, u8 *ice_tx_drbell_q_ctx, argument
1286 if (!ice_tx_drbell_q_ctx)
1295 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32)))));
1298 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32)))));
1307 ICE_CTX_STORE(ice_tx_drbell_q_ctx, base, 57, 0),
1308 ICE_CTX_STORE(ice_tx_drbell_q_ctx, ring_len, 13, 64),
1309 ICE_CTX_STORE(ice_tx_drbell_q_ctx, pf_num, 3, 80),
1310 ICE_CTX_STORE(ice_tx_drbell_q_ctx, vf_num, 8, 84),
1311 ICE_CTX_STORE(ice_tx_drbell_q_ctx, vmvf_typ
[all...]
H A Dice_common.h116 struct ice_tx_drbell_q_ctx *tx_drbell_q_ctx,
H A Dice_lan_tx_rx.h1116 struct ice_tx_drbell_q_ctx { struct

Completed in 165 milliseconds