Home
last modified time | relevance | path

Searched refs:rq_bmap (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c338 rq_idx = find_first_zero_bit(&nic->rq_bmap, hw->rx_queues); in otx2_tc_act_set_police()
356 set_bit(rq_idx, &nic->rq_bmap); in otx2_tc_act_set_police()
1210 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow()
1344 __clear_bit(new_node->rq, &nic->rq_bmap); in otx2_tc_add_flow()
1612 set_bit(0, &nic->rq_bmap); in otx2_init_tc()
H A Dotx2_common.h538 unsigned long rq_bmap; member
H A Dotx2_ethtool.c282 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()