Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3873 u32 ol_info, u32 ptype) in hns3_rx_handle_csum() argument
3885 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_handle_csum()
3911 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument
3926 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_rx_checksum()
3944 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum()
4135 u32 bd_base_info, u32 ol_info, u16 csum) in hns3_set_gro_and_checksum() argument
4146 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info, in hns3_set_gro_and_checksum()
4156 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_set_gro_and_checksum()
4177 u32 l234info, u32 ol_info) in hns3_set_rx_skb_rss_type() argument
4184 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_set_rx_skb_rss_type()
[all …]
Dhns3_debugfs.c875 u32 ol_info = le32_to_cpu(desc->rx.ol_info); in hns3_dump_rx_bd_info() local
877 sprintf(result[j++], "%5lu", hnae3_get_field(ol_info, in hns3_dump_rx_bd_info()
Dhns3_enet.h303 __le32 ol_info; member