Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c319 rq_idx = find_first_zero_bit(&nic->rq_bmap, hw->rx_queues); in otx2_tc_act_set_police()
337 set_bit(rq_idx, &nic->rq_bmap); in otx2_tc_act_set_police()
1201 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow()
1352 __clear_bit(new_node->rq, &nic->rq_bmap); in otx2_tc_add_flow()
1620 set_bit(0, &nic->rq_bmap); in otx2_init_tc()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h274 unsigned long *rq_bmap; member