Searched refs:rxq_idx (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.h46 u16 rxq_idx, u32 flow_id);
73 u16 __always_unused rxq_idx, u32 __always_unused flow_id)
71 ice_rx_flow_steer(struct net_device __always_unused *netdev, const struct sk_buff __always_unused *skb, u16 __always_unused rxq_idx, u32 __always_unused flow_id) argument
H A Dice_base.h13 ice_vsi_ctrl_one_rx_ring(struct ice_vsi *vsi, bool ena, u16 rxq_idx, bool wait);
14 int ice_vsi_wait_one_rx_ring(struct ice_vsi *vsi, bool ena, u16 rxq_idx);
H A Dice_arfs.c295 * @rxq_idx: Rx queue to steer this flow to
302 u16 rxq_idx, u32 flow_id)
315 fltr_info->q_index = rxq_idx;
384 * @rxq_idx: queue to which the flow needs to move
387 * Based on the skb, rxq_idx, and flow_id passed in add/update an entry in the
389 * if the flow_id already exists in the hash table but the rxq_idx has changed
398 u16 rxq_idx, u32 flow_id)
453 if (fltr_info->q_index == rxq_idx ||
458 fltr_info->q_index = rxq_idx;
464 arfs_entry = ice_arfs_build_entry(vsi, &fk, rxq_idx, flow_i
301 ice_arfs_build_entry(struct ice_vsi *vsi, const struct flow_keys *fk, u16 rxq_idx, u32 flow_id) argument
397 ice_rx_flow_steer(struct net_device *netdev, const struct sk_buff *skb, u16 rxq_idx, u32 flow_id) argument
[all...]
H A Dice_base.c718 * @rxq_idx: 0-based Rx queue index for the VSI passed in
724 ice_vsi_ctrl_one_rx_ring(struct ice_vsi *vsi, bool ena, u16 rxq_idx, bool wait) argument
726 int pf_q = vsi->rxq_map[rxq_idx];
755 * @rxq_idx: 0-based Rx queue index for the VSI passed in
762 int ice_vsi_wait_one_rx_ring(struct ice_vsi *vsi, bool ena, u16 rxq_idx) argument
764 int pf_q = vsi->rxq_map[rxq_idx];
H A Dice_sriov.c1255 u16 rxq_idx; local
1261 ice_for_each_rxq(vsi, rxq_idx)
1262 if (vsi->rxq_map[rxq_idx] == pfq) {
/linux-master/net/core/
H A Dnetdev-genl.c19 unsigned int rxq_idx; member in struct:netdev_nl_dump_ctx
413 for (i = ctx->rxq_idx; i < netdev->real_num_rx_queues;) {
418 ctx->rxq_idx = i++;
455 ctx->rxq_idx = 0;
564 i = ctx->rxq_idx;
570 ctx->rxq_idx = i++;
581 ctx->rxq_idx = 0;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1275 rxq->rxq_idx, err);
1282 rxq->rxq_idx, err, resp.hdr.status);
1291 rxq->rxq_idx);
1300 unsigned int rxq_idx; local
1304 for (rxq_idx = 0; rxq_idx < apc->num_queues; rxq_idx++) {
1305 rxq = apc->rxqs[rxq_idx];
1508 u16 rxq_idx = rxq->rxq_idx; local
2154 mana_create_rxq(struct mana_port_context *apc, u32 rxq_idx, struct mana_eq *eq, struct net_device *ndev) argument
2310 u32 rxq_idx; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1126 int rxq_idx; local
1230 rxq_idx = port_id * step;
1231 rxq_idx += cdev->round_robin_cnt++ % step;
1232 csk->rss_qid = cdev->lldi->rxq_ids[rxq_idx];
1233 csk->txq_idx = (rxq_idx < cdev->lldi->ntxq) ? rxq_idx :
/linux-master/include/net/mana/
H A Dmana.h309 u32 rxq_idx; member in struct:mana_rxq
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c906 u16 rxq_idx, port_id; local
984 rxq_idx = (port_id * step) +
986 csk->rss_qid = cdev->lldi.rxq_ids[rxq_idx];
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1775 unsigned int rxq_idx; local
1866 rxq_idx = (cxgb4_port_idx(ndev) * step) + (cdev->rxq_idx_cntr % step);
1868 csk->rss_qid = lldi->rxq_ids[rxq_idx];

Completed in 205 milliseconds