Searched refs:ol_info (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3889 u32 ol_info, u32 ptype) in hns3_rx_handle_csum() argument 3901 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_handle_csum() 3927 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument 3942 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_rx_checksum() 3960 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum() 4151 u32 bd_base_info, u32 ol_info, u16 csum) in hns3_set_gro_and_checksum() argument 4193 u32 l234info, u32 ol_info) in hns3_set_rx_skb_rss_type() argument 4262 u32 bd_base_info, l234info, ol_info; in hns3_handle_bdinfo() local 4277 ol_info = le32_to_cpu(desc->rx.ol_info); in hns3_handle_bdinfo() 4303 bd_base_info, ol_info, csum); in hns3_handle_bdinfo() [all …]
|
H A D | hns3_debugfs.c | 901 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()
|
H A D | hns3_enet.h | 305 __le32 ol_info; member
|