Searched refs:ice_tx_drbell_q_ctx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/sys/dev/ice/ |
| HD | ice_common.c | 1656 ice_copy_tx_drbell_q_ctx_to_hw(struct ice_hw *hw, u8 *ice_tx_drbell_q_ctx, in ice_copy_tx_drbell_q_ctx_to_hw() argument 1661 if (!ice_tx_drbell_q_ctx) in ice_copy_tx_drbell_q_ctx_to_hw() 1670 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32))))); in ice_copy_tx_drbell_q_ctx_to_hw() 1673 *((u32 *)(ice_tx_drbell_q_ctx + (i * sizeof(u32))))); in ice_copy_tx_drbell_q_ctx_to_hw() 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), [all …]
|
| HD | ice_common.h | 137 struct ice_tx_drbell_q_ctx *tx_drbell_q_ctx,
|
| HD | ice_lan_tx_rx.h | 1133 struct ice_tx_drbell_q_ctx { struct
|