Searched refs:rq_bmap (Results 1 – 2 of 2) sorted by relevance
319 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()
274 unsigned long *rq_bmap; member