Searched refs:tso_mss (Results 1 – 3 of 3) sorted by relevance
189 __le16 tso_mss; member
1292 d->mac.tso_mss |= cpu_to_le16(mss >> 2); in wil_tx_desc_offload_setup_tso_edma()
1200 u16 tso_mss; in hclge_config_tso() local1206 tso_mss = 0; in hclge_config_tso()1207 hnae3_set_field(tso_mss, HCLGE_TSO_MSS_MIN_M, in hclge_config_tso()1209 req->tso_mss_min = cpu_to_le16(tso_mss); in hclge_config_tso()1211 tso_mss = 0; in hclge_config_tso()1212 hnae3_set_field(tso_mss, HCLGE_TSO_MSS_MIN_M, in hclge_config_tso()1214 req->tso_mss_max = cpu_to_le16(tso_mss); in hclge_config_tso()