Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c36 #define hns3_set_field(origin, shift, val) ((origin) |= (val) << (shift)) macro
1224 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_TSO_B, 1); in hns3_set_tso()
1228 hns3_set_field(*paylen_fdop_ol4cs, HNS3_TXD_OL4CS_B, 1); in hns3_set_tso()
1332 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L2LEN_S, l2_len >> 1); in hns3_set_outer_l2l3l4()
1336 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4()
1341 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4()
1346 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4()
1350 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4()
1354 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_OL3T_S, in hns3_set_outer_l2l3l4()
1359 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_TUNTYPE_S, in hns3_set_outer_l2l3l4()
[all …]