Searched refs:rq_idx (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | cn10k.h | 36 int cn10k_map_unmap_rq_policer(struct otx2_nic *pfvf, int rq_idx,
|
| H A D | otx2_tc.c | 317 int rq_idx, rc; in otx2_tc_act_set_police() local 319 rq_idx = find_first_zero_bit(&nic->rq_bmap, hw->rx_queues); in otx2_tc_act_set_police() 320 if (rq_idx >= hw->rx_queues) { in otx2_tc_act_set_police() 326 req->index = rq_idx; in otx2_tc_act_set_police() 330 node->rq = rq_idx; in otx2_tc_act_set_police() 337 set_bit(rq_idx, &nic->rq_bmap); in otx2_tc_act_set_police()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | q_struct.h | 177 u64 rq_idx:3; member 234 u64 rq_idx:3;
|
| H A D | nicvf_queues.h | 368 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx);
|
| H A 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()
|
| H A D | nicvf_queues.c | 1811 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx) in nicvf_update_rq_stats() argument 1817 (rq_idx << NIC_Q_NUM_SHIFT) | (reg << 3)) in nicvf_update_rq_stats() 1819 rq = &nic->qs->rq[rq_idx]; in nicvf_update_rq_stats()
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_devcmd.h | 638 u32 rq_idx; member
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 1281 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()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_qp_grp.c | 197 uaction->action.u.rq_idx = res_chunk->res[DFLT_RQ_IDX]->vnic_idx; in init_filter_action()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu.h | 1035 u16 rq_idx, u16 match_id);
|
| H A D | rvu_nix.c | 6122 u16 rq_idx, u16 match_id) in rvu_nix_setup_ratelimit_aggr() argument 6140 NIX_AQ_CTYPE_RQ, rq_idx); in rvu_nix_setup_ratelimit_aggr() 6144 __func__, rq_idx, pcifunc); in rvu_nix_setup_ratelimit_aggr()
|