Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h10 #define HINIC_MBOX_PF_BUSY_ACTIVE_FW 0x2 macro
H A Dhinic_hw_mbox.c911 if (err == HINIC_MBOX_PF_BUSY_ACTIVE_FW) in response_for_recv_func_mbox()
912 msg_info.status = HINIC_MBOX_PF_BUSY_ACTIVE_FW; in response_for_recv_func_mbox()
975 if (err != HINIC_MBOX_PF_BUSY_ACTIVE_FW) in mbox_resp_info_handler()
1389 if (err && err != HINIC_MBOX_PF_BUSY_ACTIVE_FW) in comm_pf_mbox_handler()
H A Dhinic_sriov.c364 if ((err && err != HINIC_MBOX_PF_BUSY_ACTIVE_FW) || !(*out_size)) { in hinic_set_vf_mac_msg_handler()
397 if ((err && err != HINIC_MBOX_PF_BUSY_ACTIVE_FW) || !(*out_size)) { in hinic_del_vf_mac_msg_handler()
1071 if (err && err != HINIC_MBOX_PF_BUSY_ACTIVE_FW) in nic_pf_mbox_handler()