Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2075 u32 l234info; in hns3_rx_checksum() local
2078 l234info = le32_to_cpu(desc->rx.l234_info); in hns3_rx_checksum()
2091 if (unlikely(hnae3_get_bit(l234info, HNS3_RXD_L3E_B) || in hns3_rx_checksum()
2092 hnae3_get_bit(l234info, HNS3_RXD_L4E_B) || in hns3_rx_checksum()
2093 hnae3_get_bit(l234info, HNS3_RXD_OL3E_B) || in hns3_rx_checksum()
2094 hnae3_get_bit(l234info, HNS3_RXD_OL4E_B))) { in hns3_rx_checksum()
2103 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_checksum()
2105 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_checksum()
2108 ol4_type = hnae3_get_field(l234info, HNS3_RXD_OL4ID_M, in hns3_rx_checksum()
2133 struct hns3_desc *desc, u32 l234info) in hns3_parse_vlan_tag() argument
[all …]