Home
last modified time | relevance | path

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

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