Searched refs:tso_mss (Results 1 – 2 of 2) sorted by relevance
60 uint64_t tso_mss : 14; member
1139 uint16_t tso_mss; in hns3_config_tso() local1145 tso_mss = 0; in hns3_config_tso()1146 hns3_set_field(tso_mss, HNS3_TSO_MSS_MIN_M, HNS3_TSO_MSS_MIN_S, in hns3_config_tso()1148 req->tso_mss_min = rte_cpu_to_le_16(tso_mss); in hns3_config_tso()1150 tso_mss = 0; in hns3_config_tso()1151 hns3_set_field(tso_mss, HNS3_TSO_MSS_MIN_M, HNS3_TSO_MSS_MIN_S, in hns3_config_tso()1153 req->tso_mss_max = rte_cpu_to_le_16(tso_mss); in hns3_config_tso()