Searched refs:set_vf_mac (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 453 * set_vf_mac 630 int (*set_vf_mac)(struct hnae3_handle *handle, int vf, u8 *p); member
|
H A D | hns3_enet.c | 2049 if (!h->ae_algo->ops->set_vf_mac) in hns3_nic_set_vf_mac() 2059 return h->ae_algo->ops->set_vf_mac(h, vf_id, mac); in hns3_nic_set_vf_mac()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 554 * set_vf_mac 752 int (*set_vf_mac)(struct hnae3_handle *handle, int vf, u8 *p); member
|
H A D | hns3_enet.c | 2963 if (!h->ae_algo->ops->set_vf_mac) in hns3_nic_set_vf_mac() 2974 return h->ae_algo->ops->set_vf_mac(h, vf_id, mac); in hns3_nic_set_vf_mac()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 11513 .set_vf_mac = hclge_set_vf_mac,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 12746 .set_vf_mac = hclge_set_vf_mac,
|
Completed in 44 milliseconds