Searched refs:rq_bmap (Results 1 – 3 of 3) sorted by relevance
338 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()
538 unsigned long rq_bmap; member
282 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()