Home
last modified time | relevance | path

Searched refs:octep_ctrl_mbox_msg (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_mbox.h104 struct octep_ctrl_mbox_msg { struct
157 * @param msg: non-null pointer to struct octep_ctrl_mbox_msg.
162 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
167 * @param msg: non-null pointer to struct octep_ctrl_mbox_msg.
172 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
106 hdroctep_ctrl_mbox_msg global() argument
110 sg_listoctep_ctrl_mbox_msg global() argument
H A Doctep_ctrl_net.c43 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()
H A Doctep_ctrl_mbox.c160 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()
H A Doctep_pfvf_mbox.h168 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg);
H A Doctep_ctrl_net.h238 struct octep_ctrl_mbox_msg msg;
H A Doctep_pfvf_mbox.c386 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg) in octep_pfvf_notify()