Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3943 u32 ol_info, u32 ptype) in hns3_rx_handle_csum() argument
3955 ol4_type = hnae3_get_field(ol_info, HNS3_RXD_OL4ID_M, in hns3_rx_handle_csum()
3981 u32 l234info, u32 bd_base_info, u32 ol_info, in hns3_rx_checksum() argument
3996 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_rx_checksum()
4014 hns3_rx_handle_csum(skb, l234info, ol_info, ptype); in hns3_rx_checksum()
4205 u32 bd_base_info, u32 ol_info, u16 csum) in hns3_set_gro_and_checksum() argument
4216 hns3_rx_checksum(ring, skb, l234info, bd_base_info, ol_info, in hns3_set_gro_and_checksum()
4226 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_set_gro_and_checksum()
4247 u32 l234info, u32 ol_info) in hns3_set_rx_skb_rss_type() argument
4254 u32 ptype = hnae3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_set_rx_skb_rss_type()
[all …]
H A Dhns3_enet.h305 __le32 ol_info; member