Searched refs:HNS3_TXD_L4LEN_S (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 139 #define HNS3_TXD_L4LEN_S 24 macro 140 #define HNS3_TXD_L4LEN_M (0xff << HNS3_TXD_L4LEN_S)
|
H A D | hns3_enet.c | 826 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4() 918 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l2l3l4() 931 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l2l3l4() 938 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l2l3l4()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 153 #define HNS3_TXD_L4LEN_S 24 macro 154 #define HNS3_TXD_L4LEN_M (0xff << HNS3_TXD_L4LEN_S)
|
H A D | hns3_enet.c | 1342 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4() 1394 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l4_csum_length() 1407 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l4_csum_length() 1414 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l4_csum_length()
|
Completed in 16 milliseconds