Searched refs:l234info (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 2740 static int hns3_gro_complete(struct sk_buff *skb, u32 l234info) in hns3_gro_complete() argument 2786 if (l234info & BIT(HNS3_RXD_GRO_FIXID_B)) in hns3_gro_complete() 2799 u32 l234info, u32 bd_base_info, u32 ol_info) in hns3_rx_checksum() argument 2816 if (unlikely(l234info & (BIT(HNS3_RXD_L3E_B) | BIT(HNS3_RXD_L4E_B) | in hns3_rx_checksum() 2834 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_checksum() 2836 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_checksum() 2861 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() argument 2884 switch (hnae3_get_field(l234info, HNS3_RXD_STRP_TAGP_M, in hns3_parse_vlan_tag() 3033 struct sk_buff *skb, u32 l234info, in hns3_set_gro_and_checksum() argument 3043 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info); in hns3_set_gro_and_checksum() [all …]
|