Searched refs:l234info (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3814 static int hns3_gro_complete(struct sk_buff *skb, u32 l234info) in hns3_gro_complete() argument 3860 if (l234info & BIT(HNS3_RXD_GRO_FIXID_B)) in hns3_gro_complete() 3884 static void hns3_rx_handle_csum(struct sk_buff *skb, u32 l234info, in hns3_rx_handle_csum() argument 3905 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_handle_csum() 3907 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum() 3923 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument 3947 if (unlikely(l234info & (BIT(HNS3_RXD_L3E_B) | BIT(HNS3_RXD_L4E_B) | in hns3_rx_checksum() 3956 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum() 3968 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() argument 3991 switch (hnae3_get_field(l234info, HNS3_RXD_STRP_TAGP_M, in hns3_parse_vlan_tag() [all …]
|