Searched refs:octep_ctrl_mbox_msg (Results 1 – 4 of 4) sorted by relevance
102 struct octep_ctrl_mbox_msg { struct160 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);170 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
39 static void init_send_req(struct octep_ctrl_mbox_msg *msg, void *buf, in init_send_req()280 struct octep_ctrl_mbox_msg *msg) in process_mbox_resp()297 struct octep_ctrl_mbox_msg *msg) in process_mbox_notify()335 struct octep_ctrl_mbox_msg msg = {0}; in octep_ctrl_net_recv_fw_messages()345 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()
207 struct octep_ctrl_mbox_msg msg;