Searched refs:type_cs_vlan_tso (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 1368 u32 *type_cs_vlan_tso) in hns3_set_l3_type() argument 1371 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3T_S, in hns3_set_l3_type() 1380 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3T_S, in hns3_set_l3_type() 1386 u32 l4_proto, u32 *type_cs_vlan_tso) in hns3_set_l4_csum_length() argument 1392 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4T_S, in hns3_set_l4_csum_length() 1405 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4T_S, in hns3_set_l4_csum_length() 1434 u8 il4_proto, u32 *type_cs_vlan_tso, in hns3_set_l2l3l4() argument 1471 hns3_set_l3_type(skb, l3, type_cs_vlan_tso); in hns3_set_l2l3l4() 1563 u32 type_cs_vlan_tso; member 1573 pa->type_cs_vlan_tso = 0; in hns3_init_desc_data() [all …]
|
H A D | hns3_enet.h | 271 __u8 type_cs_vlan_tso; member
|