Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h615 void (*request_update_promisc_mode)(struct hnae3_handle *handle); member
H A Dhns3_enet.c958 if (ops->request_update_promisc_mode) in hns3_request_update_promisc_mode()
959 ops->request_update_promisc_mode(handle); in hns3_request_update_promisc_mode()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3322 .request_update_promisc_mode = hclgevf_request_update_promisc_mode,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12699 .request_update_promisc_mode = hclge_request_update_promisc_mode,