Home
last modified time | relevance | path

Searched refs:ice_rxq_ctx (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
HDice_common.c1294 ice_copy_rxq_ctx_to_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) in ice_copy_rxq_ctx_to_hw() argument
1298 if (!ice_rxq_ctx) in ice_copy_rxq_ctx_to_hw()
1307 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()
1310 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()
1325 ice_copy_rxq_ctx_from_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) in ice_copy_rxq_ctx_from_hw() argument
1329 if (!ice_rxq_ctx) in ice_copy_rxq_ctx_from_hw()
1337 u32 *ctx = (u32 *)(ice_rxq_ctx + (i * sizeof(u32))); in ice_copy_rxq_ctx_from_hw()