Home
last modified time | relevance | path

Searched refs:ol_info (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3886 u32 ol_info, u32 ptype) in hns3_rx_handle_csum()
3898 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_handle_csum()
3924 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum()
3939 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_rx_checksum()
3957 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum()
4148 u32 bd_base_info, u32 ol_info, u16 csum) in hns3_set_gro_and_checksum()
4159 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info, in hns3_set_gro_and_checksum()
4169 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_set_gro_and_checksum()
4190 u32 l234info, u32 ol_info) in hns3_set_rx_skb_rss_type()
4197 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_ in hns3_set_rx_skb_rss_type()
3885 hns3_rx_handle_csum(struct sk_buff *skb, u32 l234info, u32 ol_info, u32 ptype) hns3_rx_handle_csum() argument
3923 hns3_rx_checksum(struct hns3_enet_ring *ring, struct sk_buff *skb, u32 l234info, u32 bd_base_info, u32 ol_info, u16 csum) hns3_rx_checksum() argument
4146 hns3_set_gro_and_checksum(struct hns3_enet_ring *ring, struct sk_buff *skb, u32 l234info, u32 bd_base_info, u32 ol_info, u16 csum) hns3_set_gro_and_checksum() argument
4188 hns3_set_rx_skb_rss_type(struct hns3_enet_ring *ring, struct sk_buff *skb, u32 rss_hash, u32 l234info, u32 ol_info) hns3_set_rx_skb_rss_type() argument
4259 u32 bd_base_info, l234info, ol_info; hns3_handle_bdinfo() local
[all...]
H A Dhns3_enet.h303 __le32 ol_info; member
H A Dhns3_debugfs.c901 u32 ol_info = le32_to_cpu(desc->rx.ol_info); in hns3_dump_rx_bd_info() local
903 sprintf(result[j++], "%5lu", hnae3_get_field(ol_info, in hns3_dump_rx_bd_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h264 __le32 ol_info; member
H A Dhns3_enet.c2799 u32 l234info, u32 bd_base_info, u32 ol_info) in hns3_rx_checksum()
2826 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_checksum()
3034 u32 bd_base_info, u32 ol_info) in hns3_set_gro_and_checksum()
3043 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info); in hns3_set_gro_and_checksum()
3080 u32 bd_base_info, l234info, ol_info; in hns3_handle_bdinfo() local
3094 ol_info = le32_to_cpu(desc->rx.ol_info); in hns3_handle_bdinfo()
3127 bd_base_info, ol_info); in hns3_handle_bdinfo()
2798 hns3_rx_checksum(struct hns3_enet_ring *ring, struct sk_buff *skb, u32 l234info, u32 bd_base_info, u32 ol_info) hns3_rx_checksum() argument
3032 hns3_set_gro_and_checksum(struct hns3_enet_ring *ring, struct sk_buff *skb, u32 l234info, u32 bd_base_info, u32 ol_info) hns3_set_gro_and_checksum() argument

Completed in 20 milliseconds