Home
last modified time | relevance | path

Searched refs:HNS3_TXD_L4LEN_S (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h153 #define HNS3_TXD_L4LEN_S 24 macro
154 #define HNS3_TXD_L4LEN_M (0xff << HNS3_TXD_L4LEN_S)
Dhns3_enet.c1341 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4()
1393 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_S, in hns3_set_l4_csum_length()
1406 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L4LEN_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()