Searched refs:max_non_tso_bd_num (Results 1 – 6 of 6) sorted by relevance
2617 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() argument2843 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() argument3124 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() local3387 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 …]
396 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
1005 .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()
853 uint8_t max_non_tso_bd_num; member
537 uint8_t max_non_tso_bd_num; /* max BD number of one non-TSO packet */ member
2550 .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()