Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_ev.c971 uint32_t rxq_index; in siena_ev_driver() local
974 rxq_index = EFX_QWORD_FIELD(*eqp, FSF_AZ_DRIVER_EV_RX_DESCQ_ID); in siena_ev_driver()
983 EFSYS_PROBE1(rx_descq_fls_failed, uint32_t, rxq_index); in siena_ev_driver()
986 rxq_index); in siena_ev_driver()
990 EFSYS_PROBE1(rx_descq_fls_done, uint32_t, rxq_index); in siena_ev_driver()
992 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index); in siena_ev_driver()
H A Def10_ev.c1356 uint32_t rxq_index = MCDI_EV_FIELD(eqp, RX_FLUSH_RXQ); in ef10_ev_mcdi() local
1371 EFSYS_PROBE1(rx_descq_fls_done, uint32_t, rxq_index); in ef10_ev_mcdi()
1374 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index); in ef10_ev_mcdi()
H A Defx.h2126 __in uint32_t rxq_index);
2131 __in uint32_t rxq_index);
/freebsd/sys/dev/ice/
H A Dice_common.h122 u32 rxq_index);
125 u32 rxq_index);
126 int ice_clear_rxq_ctx(struct ice_hw *hw, u32 rxq_index);
H A Dice_common.c1365 * @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...]
/freebsd/sys/dev/sfxge/
H A Dsfxge_ev.c202 sfxge_ev_rxq_flush_done(void *arg, uint32_t rxq_index) in sfxge_ev_rxq_flush_done() argument
214 rxq = sc->rxq[rxq_index]; in sfxge_ev_rxq_flush_done()
236 sfxge_ev_rxq_flush_failed(void *arg, uint32_t rxq_index) in sfxge_ev_rxq_flush_failed() argument
248 rxq = sc->rxq[rxq_index]; in sfxge_ev_rxq_flush_failed()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c104 int rxq_index; member
181 rule.qpn = priv->rss_map.qps[filter->rxq_index].qpn; in mlx4_en_filter_work()
220 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, in mlx4_en_filter_alloc() argument
231 filter->rxq_index = rxq_index; in mlx4_en_filter_alloc()
292 u16 rxq_index, u32 flow_id) in mlx4_en_filter_rfs() argument
327 if (filter->rxq_index == rxq_index) in mlx4_en_filter_rfs()
330 filter->rxq_index = rxq_index; in mlx4_en_filter_rfs()
332 filter = mlx4_en_filter_alloc(priv, rxq_index, in mlx4_en_filter_rfs()
383 filter->rxq_index, filter->flow_id, in mlx4_en_filter_rfs_expire()