Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c169 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_add_uc_mac_addr()
188 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_remove_uc_mac_addr()
314 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_UNICAST, in hns3vf_set_default_mac_addr()
386 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_MULTICAST, in hns3vf_add_mc_mac_addr()
407 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_MULTICAST, in hns3vf_remove_mc_mac_addr()
706 ret = hns3_send_mbx_msg(hw, code, 0, (uint8_t *)&bind_msg, in hns3vf_bind_ring_with_vector()
1254 ret = hns3_send_mbx_msg(hw, HNS3_MBX_SET_VLAN, in hns3vf_get_port_base_vlan_filter_state()
1340 ret = hns3_send_mbx_msg(hw, HNS3_MBX_GET_TCINFO, 0, NULL, 0, in hns3vf_get_tc_info()
1643 ret = hns3_send_mbx_msg(hw, HNS3_MBX_KEEP_ALIVE, 0, NULL, 0, in hns3vf_keep_alive_handler()
1763 return hns3_send_mbx_msg(hw, HNS3_MBX_HANDLE_VF_TBL, in hns3vf_clear_vport_list()
[all …]
H A Dhns3_mbx.h166 int hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode,
H A Dhns3_mbx.c134 hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode, in hns3_send_mbx_msg() function
H A Dhns3_rxtx.c688 ret = hns3_send_mbx_msg(hw, HNS3_MBX_QUEUE_RESET, 0, msg_data, in hns3vf_reset_tqp()