Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c176 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_add_uc_mac_addr()
195 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_remove_uc_mac_addr()
229 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_set_default_mac_addr()
268 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_MULTICAST, in hns3vf_add_mc_mac_addr()
289 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_MULTICAST, in hns3vf_remove_mc_mac_addr()
447 ret = hns3_send_mbx_msg(hw, code, 0, (uint8_t *)&bind_msg, in hns3vf_bind_ring_with_vector()
872 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_VLAN, in hns3vf_get_port_base_vlan_filter_state()
1135 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_VLAN, in hns3vf_en_vlan_filter()
1312 ret = hns3_send_mbx_msg(hw, HNS3_MBX_KEEP_ALIVE, 0, NULL, 0, in hns3vf_keep_alive_handler()
1452 return hns3_send_mbx_msg(hw, HNS3_MBX_HANDLE_VF_TBL, in hns3vf_clear_vport_list()
[all …]
H A Dhns3_mbx.h168 int hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode,
H A Dhns3_mbx.c148 hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode, in hns3_send_mbx_msg() function
H A Dhns3_rxtx.c692 ret = hns3_send_mbx_msg(hw, HNS3_MBX_QUEUE_RESET, 0, msg_data, in hns3vf_reset_tqp()
777 ret = hns3_send_mbx_msg(hw, HNS3_MBX_QUEUE_RESET, 0, msg_data, in hns3vf_reset_all_tqps()