Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.c1180 * @ice_rxq_ctx: pointer to the rxq context
1186 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
1190 if (!ice_rxq_ctx) in ice_copy_rxq_ctx_to_hw()
1199 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()
1202 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.c1404 * @ice_rxq_ctx: pointer to the rxq context
1410 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
1414 if (!ice_rxq_ctx) in ice_copy_rxq_ctx_to_hw()
1423 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()
1426 *((u32 *)(ice_rxq_ctx + (i * sizeof(u32))))); in ice_copy_rxq_ctx_to_hw()

Completed in 12 milliseconds