Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2511 u32 l234info, u32 bd_base_info, u32 ol_info) in hns3_rx_checksum() argument
2538 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_checksum()
2742 u32 bd_base_info, u32 ol_info) in hns3_set_gro_and_checksum() argument
2751 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info); in hns3_set_gro_and_checksum()
2788 u32 bd_base_info, l234info, ol_info; in hns3_handle_bdinfo() local
2802 ol_info = le32_to_cpu(desc->rx.ol_info); in hns3_handle_bdinfo()
2835 bd_base_info, ol_info); in hns3_handle_bdinfo()
Dhns3_enet.h289 __le32 ol_info; member