Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c37 #define hns3_set_field(origin, shift, val) ((origin) |= (val) << (shift)) macro
1225 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_TSO_B, 1); in hns3_set_tso()
1229 hns3_set_field(*paylen_fdop_ol4cs, HNS3_TXD_OL4CS_B, 1); in hns3_set_tso()
1333 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L2LEN_S, l2_len >> 1); in hns3_set_outer_l2l3l4()
1337 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4()
1342 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4()
1347 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4()
1351 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4()
1355 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_OL3T_S, in hns3_set_outer_l2l3l4()
1360 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_TUNTYPE_S, in hns3_set_outer_l2l3l4()
[all …]