Searched refs:rq_idx (Results 1 – 16 of 16) sorted by relevance
/drivers/infiniband/hw/usnic/ |
D | usnic_abi.h | 82 u32 rq_idx[USNIC_QP_GRP_MAX_RQS]; member
|
D | usnic_ib_qp_grp.c | 197 uaction->action.u.rq_idx = res_chunk->res[DFLT_RQ_IDX]->vnic_idx; in init_filter_action()
|
D | usnic_ib_verbs.c | 126 resp.rq_idx[i] = chunk->res[i]->vnic_idx; in usnic_ib_fill_create_qp_resp()
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k.h | 36 int cn10k_map_unmap_rq_policer(struct otx2_nic *pfvf, int rq_idx,
|
D | otx2_tc.c | 331 int rq_idx, rc; in otx2_tc_act_set_police() local 333 rq_idx = find_first_zero_bit(&nic->rq_bmap, hw->rx_queues); in otx2_tc_act_set_police() 334 if (rq_idx >= hw->rx_queues) { in otx2_tc_act_set_police() 340 req->index = rq_idx; in otx2_tc_act_set_police() 344 node->rq = rq_idx; in otx2_tc_act_set_police() 351 set_bit(rq_idx, &nic->rq_bmap); in otx2_tc_act_set_police()
|
D | cn10k.c | 301 int cn10k_map_unmap_rq_policer(struct otx2_nic *pfvf, int rq_idx, in cn10k_map_unmap_rq_policer() argument 321 aq->qidx = rq_idx; in cn10k_map_unmap_rq_policer()
|
/drivers/net/ethernet/cavium/thunder/ |
D | q_struct.h | 177 u64 rq_idx:3; member 234 u64 rq_idx:3;
|
D | nicvf_queues.h | 370 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx);
|
D | nic_main.c | 478 u8 qset, rq_idx = 0; in nic_config_cpi() local 508 (qset << 3) | rq_idx); in nic_config_cpi() 509 rq_idx++; in nic_config_cpi()
|
D | nicvf_main.c | 779 int rq_idx; in nicvf_rcv_pkt_handler() local 781 rq_idx = nicvf_netdev_qidx(nic, cqe_rx->rq_idx); in nicvf_rcv_pkt_handler() 824 skb_record_rx_queue(skb, rq_idx); in nicvf_rcv_pkt_handler()
|
D | nicvf_queues.c | 1812 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx) in nicvf_update_rq_stats() argument 1818 (rq_idx << NIC_Q_NUM_SHIFT) | (reg << 3)) in nicvf_update_rq_stats() 1820 rq = &nic->qs->rq[rq_idx]; in nicvf_update_rq_stats()
|
/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 608 u32 rq_idx; member
|
D | vnic_dev.c | 1226 action->u.rq_idx = *entry; in vnic_dev_classifier()
|
/drivers/scsi/elx/efct/ |
D | efct_hw.c | 1280 u32 rq_idx; in efct_hw_rx_post() local 1299 for (rq_idx = 0, idx = 0; rq_idx < hw->hw_rq_count; rq_idx++) { in efct_hw_rx_post() 1300 struct hw_rq *rq = hw->hw_rq[rq_idx]; in efct_hw_rx_post()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.h | 842 u16 rq_idx, u16 match_id);
|
D | rvu_nix.c | 5482 u16 rq_idx, u16 match_id) in rvu_nix_setup_ratelimit_aggr() argument 5500 NIX_AQ_CTYPE_RQ, rq_idx); in rvu_nix_setup_ratelimit_aggr() 5504 __func__, rq_idx, pcifunc); in rvu_nix_setup_ratelimit_aggr()
|