Home
last modified time | relevance | path

Searched refs:max_non_tso_bd_num (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2617 txq->max_non_tso_bd_num = hw->max_non_tso_bd_num; in hns3_tx_queue_setup()
2823 uint8_t max_non_tso_bd_num) in hns3_reassemble_tx_pkts() argument
2843 if (nb_new_buf > max_non_tso_bd_num) in hns3_reassemble_tx_pkts()
3109 uint32_t max_non_tso_bd_num) in hns3_pkt_need_linearized() argument
3124 if (bd_num <= max_non_tso_bd_num) in hns3_pkt_need_linearized()
3127 for (i = 0; m_last && i < max_non_tso_bd_num - 1; in hns3_pkt_need_linearized()
3297 tx_queue->max_non_tso_bd_num) || in hns3_prep_pkt_proc()
3371 uint8_t max_non_tso_bd_num; in hns3_check_non_tso_pkt() local
3387 max_non_tso_bd_num = txq->max_non_tso_bd_num; in hns3_check_non_tso_pkt()
3388 if (unlikely(nb_buf > max_non_tso_bd_num)) { in hns3_check_non_tso_pkt()
[all …]
H A Dhns3_rxtx.h396 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
H A Dhns3_ethdev_vf.c1005 .nb_mtu_seg_max = hw->max_non_tso_bd_num, in hns3vf_dev_infos_get()
1138 hw->max_non_tso_bd_num = HNS3_MAX_NON_TSO_BD_PER_PKT; in hns3vf_set_default_dev_specifications()
1151 hw->max_non_tso_bd_num = req0->max_non_tso_bd_num; in hns3vf_parse_dev_specifications()
H A Dhns3_cmd.h853 uint8_t max_non_tso_bd_num; member
H A Dhns3_ethdev.h537 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
H A Dhns3_ethdev.c2550 .nb_mtu_seg_max = hw->max_non_tso_bd_num, in hns3_dev_infos_get()
2939 hw->max_non_tso_bd_num = HNS3_MAX_NON_TSO_BD_PER_PKT; in hns3_set_default_dev_specifications()
2953 hw->max_non_tso_bd_num = req0->max_non_tso_bd_num; in hns3_parse_dev_specifications()