Searched refs:tso_mss (Results 1 – 2 of 2) sorted by relevance
60 uint64_t tso_mss : 14; member
1213 uint16_t tso_mss; in hns3_config_tso() local1219 tso_mss = 0; in hns3_config_tso()1220 hns3_set_field(tso_mss, HNS3_TSO_MSS_MIN_M, HNS3_TSO_MSS_MIN_S, in hns3_config_tso()1222 req->tso_mss_min = rte_cpu_to_le_16(tso_mss); in hns3_config_tso()1224 tso_mss = 0; in hns3_config_tso()1225 hns3_set_field(tso_mss, HNS3_TSO_MSS_MIN_M, HNS3_TSO_MSS_MIN_S, in hns3_config_tso()1227 req->tso_mss_max = rte_cpu_to_le_16(tso_mss); in hns3_config_tso()