Home
last modified time | relevance | path

Searched refs:mbox_msghdr (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h82 struct mbox_msghdr { struct
102 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, argument
104 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid,
105 struct mbox_msghdr *msg);
110 static inline struct mbox_msghdr *otx2_mbox_alloc_msg(struct otx2_mbox *mbox, in otx2_mbox_alloc_msg()
231 struct mbox_msghdr hdr;
238 struct mbox_msghdr hdr;
249 struct mbox_msghdr hdr;
260 struct mbox_msghdr hdr;
276 struct mbox_msghdr hdr;
[all …]
Dmbox.c196 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_alloc_msg_rsp()
200 struct mbox_msghdr *msghdr = NULL; in otx2_mbox_alloc_msg_rsp()
231 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_get_rsp()
232 struct mbox_msghdr *msg) in otx2_mbox_get_rsp()
243 struct mbox_msghdr *pmsg = mdev->mbase + imsg; in otx2_mbox_get_rsp()
244 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_get_rsp()
Drvu.c1367 struct mbox_msghdr *req) in rvu_process_mbox_msg()
1422 struct mbox_msghdr *msg; in __rvu_mbox_handler()
1505 struct mbox_msghdr *msg; in __rvu_mbox_up_handler()