Home
last modified time | relevance | path

Searched refs:tqp_offset (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c690 tc_queue->tqp_offset = i * hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
696 tc_queue->tqp_offset = 0; in hns3_tc_queue_mapping_cfg()
716 if (txq_no >= tc_queue->tqp_offset && in hns3_txq_mapped_tc_get()
717 txq_no < tc_queue->tqp_offset + tc_queue->tqp_count) in hns3_txq_mapped_tc_get()
1042 q_id = tc_queue->tqp_offset + j; in hns3_q_to_qs_map()
H A Dhns3_ethdev.h150 uint16_t tqp_offset; /* TQP offset from base TQP */ member
H A Dhns3_rxtx.c1151 num = tc_queue->tqp_offset + j; in hns3_init_tx_ring_tc()
H A Dhns3_ethdev.c5524 hw->tc_queue[i].tqp_offset; in hns3_get_dcb_info()