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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_ev.c973 uint32_t rxq_index; local
976 rxq_index = EFX_QWORD_FIELD(*eqp, FSF_AZ_DRIVER_EV_RX_DESCQ_ID);
985 EFSYS_PROBE1(rx_descq_fls_failed, uint32_t, rxq_index);
988 rxq_index);
992 EFSYS_PROBE1(rx_descq_fls_done, uint32_t, rxq_index);
994 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index);
H A Def10_ev.c1358 uint32_t rxq_index = MCDI_EV_FIELD(eqp, RX_FLUSH_RXQ); local
1373 EFSYS_PROBE1(rx_descq_fls_done, uint32_t, rxq_index);
1376 should_abort = eecp->eec_rxq_flush_done(arg, rxq_index);
H A Defx.h2128 __in uint32_t rxq_index);
2133 __in uint32_t rxq_index);
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.h104 u32 rxq_index);
105 enum ice_status ice_clear_rxq_ctx(struct ice_hw *hw, u32 rxq_index);
H A Dice_common.c1049 * @rxq_index: the index of the Rx queue
1054 ice_copy_rxq_ctx_to_hw(struct ice_hw *hw, u8 *ice_rxq_ctx, u32 rxq_index) argument
1061 if (rxq_index > QRX_CTRL_MAX_INDEX)
1066 wr32(hw, QRX_CONTEXT(i, rxq_index),
1106 * @rxq_index: the index of the Rx queue
1114 u32 rxq_index)
1124 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index);
1130 * @rxq_index: the index of the Rx queue to clear
1134 enum ice_status ice_clear_rxq_ctx(struct ice_hw *hw, u32 rxq_index) argument
1138 if (rxq_index > QRX_CTRL_MAX_INDE
1113 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx, u32 rxq_index) argument
[all...]
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_ev.c205 sfxge_ev_rxq_flush_done(void *arg, uint32_t rxq_index) argument
217 rxq = sc->rxq[rxq_index];
239 sfxge_ev_rxq_flush_failed(void *arg, uint32_t rxq_index) argument
251 rxq = sc->rxq[rxq_index];
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c104 int rxq_index; member in struct:mlx4_en_filter
181 rule.qpn = priv->rss_map.qps[filter->rxq_index].qpn;
220 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, argument
231 filter->rxq_index = rxq_index;
292 u16 rxq_index, u32 flow_id)
327 if (filter->rxq_index == rxq_index)
330 filter->rxq_index = rxq_index;
291 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, u16 rxq_index, u32 flow_id) argument
[all...]

Completed in 139 milliseconds