H A D | ice_common.c | 1365 * @rxq_index: the index of the Rx queue 1370 ice_copy_rxq_ctx_to_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) 1377 if (rxq_index > QRX_CTRL_MAX_INDEX) 1382 wr32(hw, QRX_CONTEXT(i, rxq_index), 1396 * @rxq_index: the index of the Rx queue in ice_write_rxq_ctx() 1401 ice_copy_rxq_ctx_from_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) 1408 if (rxq_index > QRX_CTRL_MAX_INDEX) in ice_read_rxq_ctx() 1415 *ctx = rd32(hw, QRX_CONTEXT(i, rxq_index)); in ice_read_rxq_ctx() 1453 * @rxq_index: the index of the Rx queue 1461 u32 rxq_index) 1294 ice_copy_rxq_ctx_to_hw(struct ice_hw * hw,u8 * ice_rxq_ctx,u32 rxq_index) ice_copy_rxq_ctx_to_hw() argument 1325 ice_copy_rxq_ctx_from_hw(struct ice_hw * hw,u8 * ice_rxq_ctx,u32 rxq_index) ice_copy_rxq_ctx_from_hw() argument 1385 ice_write_rxq_ctx(struct ice_hw * hw,struct ice_rlan_ctx * rlan_ctx,u32 rxq_index) ice_write_rxq_ctx() argument 1409 ice_read_rxq_ctx(struct ice_hw * hw,struct ice_rlan_ctx * rlan_ctx,u32 rxq_index) ice_read_rxq_ctx() argument 1431 ice_clear_rxq_ctx(struct ice_hw * hw,u32 rxq_index) ice_clear_rxq_ctx() argument [all...] |