Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c835 hclge_mbx_map_ring_to_vector_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_map_ring_to_vector_handler()
842 hclge_mbx_unmap_ring_to_vector_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_unmap_ring_to_vector_handler()
849 hclge_mbx_get_ring_vector_map_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_ring_vector_map_handler()
862 static int hclge_mbx_set_promisc_mode_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_promisc_mode_handler()
868 static int hclge_mbx_set_unicast_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_unicast_handler()
880 static int hclge_mbx_set_multicast_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_multicast_handler()
892 static int hclge_mbx_set_vlan_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_vlan_handler()
904 static int hclge_mbx_set_alive_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_set_alive_handler()
916 static int hclge_mbx_get_qinfo_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_qinfo_handler()
922 static int hclge_mbx_get_qdepth_handler(struct hclge_mbx_ops_param *param) in hclge_mbx_get_qdepth_handler()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h239 struct hclge_mbx_ops_param { struct
245 typedef int (*hclge_mbx_ops_fn)(struct hclge_mbx_ops_param *param); argument