Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2692 static int hns3_gro_complete(struct sk_buff *skb, u32 l234info) in hns3_gro_complete() argument
2738 if (l234info & BIT(HNS3_RXD_GRO_FIXID_B)) in hns3_gro_complete()
2751 u32 l234info, u32 bd_base_info, u32 ol_info) in hns3_rx_checksum() argument
2768 if (unlikely(l234info & (BIT(HNS3_RXD_L3E_B) | BIT(HNS3_RXD_L4E_B) | in hns3_rx_checksum()
2786 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_checksum()
2788 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_checksum()
2813 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() argument
2836 switch (hnae3_get_field(l234info, HNS3_RXD_STRP_TAGP_M, in hns3_parse_vlan_tag()
2984 struct sk_buff *skb, u32 l234info, in hns3_set_gro_and_checksum() argument
2994 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info); in hns3_set_gro_and_checksum()
[all …]