Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_mbox.c31 int enic_mbox_send_msg(struct enic *enic, u8 msg_type, u16 dst_vnic_id, in enic_mbox_send_msg() function
169 return enic_mbox_send_msg(enic, ENIC_MBOX_PF_LINK_STATE_NOTIF, vf_id, in enic_mbox_send_link_state()
181 return enic_mbox_send_msg(enic, ENIC_MBOX_VF_CAPABILITY_REPLY, vf_id, in enic_mbox_pf_handle_capability()
211 err = enic_mbox_send_msg(enic, ENIC_MBOX_VF_REGISTER_REPLY, vf_id, in enic_mbox_pf_handle_register()
256 err = enic_mbox_send_msg(enic, ENIC_MBOX_VF_UNREGISTER_REPLY, vf_id, in enic_mbox_pf_handle_unregister()
419 err = enic_mbox_send_msg(enic, ENIC_MBOX_PF_LINK_STATE_ACK, in enic_mbox_vf_handle_link_state()
552 err = enic_mbox_send_msg(enic, ENIC_MBOX_VF_CAPABILITY_REQUEST, in enic_mbox_vf_capability_check()
585 err = enic_mbox_send_msg(enic, ENIC_MBOX_VF_REGISTER_REQUEST, in enic_mbox_vf_register()
616 err = enic_mbox_send_msg(enic, ENIC_MBOX_VF_UNREGISTER_REQUEST, in enic_mbox_vf_unregister()
H A Denic_mbox.h88 int enic_mbox_send_msg(struct enic *enic, u8 msg_type, u16 dst_vnic_id,