Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3818 static int hns3_gro_complete(struct sk_buff *skb, u32 l234info) in hns3_gro_complete() argument
3864 if (l234info & BIT(HNS3_RXD_GRO_FIXID_B)) in hns3_gro_complete()
3888 static void hns3_rx_handle_csum(struct sk_buff *skb, u32 l234info, in hns3_rx_handle_csum() argument
3909 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_handle_csum()
3911 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum()
3927 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument
3951 if (unlikely(l234info & (BIT(HNS3_RXD_L3E_B) | BIT(HNS3_RXD_L4E_B) | in hns3_rx_checksum()
3960 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum()
3972 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() argument
3995 switch (hnae3_get_field(l234info, HNS3_RXD_STRP_TAGP_M, in hns3_parse_vlan_tag()
[all …]