Searched refs:octep_ctrl_mbox_msg (Results 1 – 6 of 6) sorted by relevance
104 struct octep_ctrl_mbox_msg { struct162 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);172 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
43 static void init_send_req(struct octep_ctrl_mbox_msg *msg, void *buf, in init_send_req()302 struct octep_ctrl_mbox_msg *msg) in process_mbox_resp()319 struct octep_ctrl_mbox_msg *msg) in process_mbox_notify()362 struct octep_ctrl_mbox_msg msg = {}; in octep_ctrl_net_recv_fw_messages()372 ret = octep_ctrl_mbox_recv(&oct->ctrl_mbox, (struct octep_ctrl_mbox_msg *)&msg); in octep_ctrl_net_recv_fw_messages()
160 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg) in octep_ctrl_mbox_send()225 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg) in octep_ctrl_mbox_recv()
168 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg);
238 struct octep_ctrl_mbox_msg msg;
386 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg) in octep_pfvf_notify()
Completed in 12 milliseconds