Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h205 struct list_head uc_mac_list; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1084 struct list_head uc_mac_list; /* Store VF unicast table */ member
H A Dhclge_debugfs.c2451 list = is_unicast ? &vport->uc_mac_list : &vport->mc_mac_list; in hclge_dbg_dump_mac_list()