Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c171 status = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_GET_TCINFO, 0, NULL, 0, in hclgevf_get_tc_info()
191 status = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_GET_QINFO, 0, NULL, 0, in hclge_get_queue_info()
288 status = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_GET_LINK_STATUS, 0, NULL, in hclgevf_request_link_info()
755 ret = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_MULTICAST, in hclgevf_cfg_func_mta_type()
838 ret = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_MULTICAST, in hclgevf_do_update_mta_status()
893 status = hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_UNICAST, in hclgevf_set_mac_addr()
907 return hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_UNICAST, in hclgevf_add_uc_addr()
917 return hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_UNICAST, in hclgevf_rm_uc_addr()
927 return hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_MULTICAST, in hclgevf_add_mc_addr()
937 return hclgevf_send_mbx_msg(hdev, HCLGE_MBX_SET_MULTICAST, in hclgevf_rm_mc_addr()
[all …]
Dhclgevf_main.h194 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, u16 code, u16 subcode,
Dhclgevf_mbx.c76 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, u16 code, u16 subcode, in hclgevf_send_mbx_msg() function