Searched refs:octep_write_mbox_data (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_ctrl_mbox.c | 133 octep_write_mbox_data(struct octep_ctrl_mbox_q *q, u32 *pi, u32 ci, void *buf, u32 w_sz) in octep_write_mbox_data() function 183 octep_write_mbox_data(q, &pi, ci, (void *)&msg->hdr, mbox_hdr_sz); in octep_ctrl_mbox_send() 188 octep_write_mbox_data(q, &pi, ci, sg->msg, w_sz); in octep_ctrl_mbox_send()
|