Searched refs:tso_mss (Results 1 – 3 of 3) sorted by relevance
189 __le16 tso_mss; member
1332 d->mac.tso_mss |= cpu_to_le16(mss >> 2); in wil_tx_desc_offload_setup_tso_edma()
1406 u16 tso_mss; in hclge_config_tso() local1412 tso_mss = 0; in hclge_config_tso()1413 hnae3_set_field(tso_mss, HCLGE_TSO_MSS_MIN_M, in hclge_config_tso()1415 req->tso_mss_min = cpu_to_le16(tso_mss); in hclge_config_tso()1417 tso_mss = 0; in hclge_config_tso()1418 hnae3_set_field(tso_mss, HCLGE_TSO_MSS_MIN_M, in hclge_config_tso()1420 req->tso_mss_max = cpu_to_le16(tso_mss); in hclge_config_tso()