Searched refs:hns3_set_field (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 39 #define hns3_set_field(origin, shift, val) ((origin) |= (val) << (shift)) macro 1244 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_TSO_B, 1); in hns3_set_tso() 1248 hns3_set_field(*paylen_fdop_ol4cs, HNS3_TXD_OL4CS_B, 1); in hns3_set_tso() 1352 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L2LEN_S, l2_len >> 1); in hns3_set_outer_l2l3l4() 1356 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4() 1361 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L4LEN_S, l4_len >> 2); in hns3_set_outer_l2l3l4() 1366 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4() 1370 hns3_set_field(*ol_type_vlan_len_msec, in hns3_set_outer_l2l3l4() 1374 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_OL3T_S, in hns3_set_outer_l2l3l4() 1379 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_TUNTYPE_S, in hns3_set_outer_l2l3l4() [all …]
|