Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h88 #define HNS3_RXD_L3ID_M (0xf << HNS3_RXD_L3ID_S) macro
Dhns3_enet.c3893 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_handle_csum()
4161 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_set_gro_and_checksum()
4189 int l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_set_rx_skb_rss_type()