Searched refs:type_cs_vlan_tso (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 1184 u16 *mss, u32 *type_cs_vlan_tso, u32 *send_bytes) in hns3_set_tso() argument 1244 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_TSO_B, 1); in hns3_set_tso() 1387 u32 *type_cs_vlan_tso) in hns3_set_l3_type() argument 1390 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3T_S, in hns3_set_l3_type() 1397 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3CS_B, 1); in hns3_set_l3_type() 1399 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3T_S, in hns3_set_l3_type() 1405 u32 l4_proto, u32 *type_cs_vlan_tso) in hns3_set_l4_csum_length() argument 1410 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4CS_B, 1); in hns3_set_l4_csum_length() 1411 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4T_S, in hns3_set_l4_csum_length() 1413 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l4_csum_length() [all …]
|
| H A D | hns3_enet.h | 271 __u8 type_cs_vlan_tso; member
|