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.c3825 static int hns3_gro_complete(struct sk_buff *skb, u32 l234info) in hns3_gro_complete() argument
3871 if (l234info & BIT(HNS3_RXD_GRO_FIXID_B)) in hns3_gro_complete()
3895 static void hns3_rx_handle_csum(struct sk_buff *skb, u32 l234info, in hns3_rx_handle_csum() argument
3916 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_handle_csum()
3918 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum()
3934 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument
3958 if (unlikely(l234info & (BIT(HNS3_RXD_L3E_B) | BIT(HNS3_RXD_L4E_B) | in hns3_rx_checksum()
3967 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum()
3979 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() argument
4002 switch (hnae3_get_field(l234info, HNS3_RXD_STRP_TAGP_M, in hns3_parse_vlan_tag()
[all …]