Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_net.c20 struct octep_ctrl_mbox_msg msg = {}; in octep_get_link_status()
40 struct octep_ctrl_mbox_msg msg = {}; in octep_set_link_status()
55 struct octep_ctrl_mbox_msg msg = {}; in octep_set_rx_state()
71 struct octep_ctrl_mbox_msg msg = {}; in octep_get_mac_addr()
93 struct octep_ctrl_mbox_msg msg = {}; in octep_set_mac_addr()
109 struct octep_ctrl_mbox_msg msg = {}; in octep_set_mtu()
127 struct octep_ctrl_mbox_msg msg = {}; in octep_get_if_stats()
154 struct octep_ctrl_mbox_msg msg = {}; in octep_get_link_info()
180 struct octep_ctrl_mbox_msg msg = {}; in octep_set_link_info()
Doctep_ctrl_mbox.h94 struct octep_ctrl_mbox_msg { struct
127 int (*process_req)(void *user_ctx, struct octep_ctrl_mbox_msg *msg);
152 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
160 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg);
Doctep_ctrl_mbox.c47 (sizeof(struct octep_ctrl_mbox_msg) * (i)))
124 int octep_ctrl_mbox_send(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg) in octep_ctrl_mbox_send()
181 int octep_ctrl_mbox_recv(struct octep_ctrl_mbox *mbox, struct octep_ctrl_mbox_msg *msg) in octep_ctrl_mbox_recv()
Doctep_main.c882 struct octep_ctrl_mbox_msg msg; in octep_ctrl_mbox_task()