Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3049 txq->max_non_tso_bd_num = hw->max_non_tso_bd_num; in hns3_tx_queue_setup()
3276 uint8_t max_non_tso_bd_num) in hns3_reassemble_tx_pkts() argument
3296 if (nb_new_buf > max_non_tso_bd_num) in hns3_reassemble_tx_pkts()
3569 uint32_t max_non_tso_bd_num) in hns3_pkt_need_linearized() argument
3584 if (bd_num <= max_non_tso_bd_num) in hns3_pkt_need_linearized()
3587 for (i = 0; m_last && i < max_non_tso_bd_num - 1; in hns3_pkt_need_linearized()
3867 tx_queue->max_non_tso_bd_num) || in hns3_prep_pkt_proc()
3944 uint8_t max_non_tso_bd_num; in hns3_check_non_tso_pkt() local
3960 max_non_tso_bd_num = txq->max_non_tso_bd_num; in hns3_check_non_tso_pkt()
3961 if (unlikely(nb_buf > max_non_tso_bd_num)) { in hns3_check_non_tso_pkt()
[all …]
H A Dhns3_rxtx.h446 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
H A Dhns3_ethdev_vf.c693 hw->max_non_tso_bd_num = HNS3_MAX_NON_TSO_BD_PER_PKT; in hns3vf_set_default_dev_specifications()
706 hw->max_non_tso_bd_num = req0->max_non_tso_bd_num; in hns3vf_parse_dev_specifications()
H A Dhns3_ethdev.h631 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
H A Dhns3_cmd.h981 uint8_t max_non_tso_bd_num; member
H A Dhns3_common.c112 .nb_mtu_seg_max = hw->max_non_tso_bd_num, in hns3_dev_infos_get()
H A Dhns3_ethdev_dump.c217 hw->tso_mode, hw->max_non_tso_bd_num, in get_device_basic_info()
H A Dhns3_ethdev.c2652 hw->max_non_tso_bd_num = HNS3_MAX_NON_TSO_BD_PER_PKT; in hns3_set_default_dev_specifications()
2666 hw->max_non_tso_bd_num = req0->max_non_tso_bd_num; in hns3_parse_dev_specifications()