Home
last modified time | relevance | path

Searched refs:tso_mss (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/octeontx/
H A Docteontx_rxtx.h60 uint64_t tso_mss : 14; member
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c1213 uint16_t tso_mss; in hns3_config_tso() local
1219 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()