Searched refs:set_vf_spoofchk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 446 * set_vf_spoofchk 625 int (*set_vf_spoofchk)(struct hnae3_handle *handle, int vf, member
|
H A D | hns3_enet.c | 1830 if (!handle->ae_algo->ops->set_vf_spoofchk) in hns3_set_vf_spoofchk() 1833 return handle->ae_algo->ops->set_vf_spoofchk(handle, vf, enable); in hns3_set_vf_spoofchk()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 547 * set_vf_spoofchk 747 int (*set_vf_spoofchk)(struct hnae3_handle *handle, int vf, member
|
H A D | hns3_enet.c | 2729 if (!handle->ae_algo->ops->set_vf_spoofchk) in hns3_set_vf_spoofchk() 2732 return handle->ae_algo->ops->set_vf_spoofchk(handle, vf, enable); in hns3_set_vf_spoofchk()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 11510 .set_vf_spoofchk = hclge_set_vf_spoofchk,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 12743 .set_vf_spoofchk = hclge_set_vf_spoofchk,
|
Completed in 47 milliseconds