Home
last modified time | relevance | path

Searched refs:mbx_hdr (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/oce/
HDoce_hw.h962 struct mbx_hdr { struct
1022 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr) argument
1028 struct mbx_hdr hdr;
1072 struct mbx_hdr hdr;
1103 struct mbx_hdr hdr;
1126 struct mbx_hdr hdr;
1154 struct mbx_hdr hdr;
1199 struct mbx_hdr hdr;
1221 struct mbx_hdr hdr;
1280 struct mbx_hdr hdr;
[all …]
HDoce_queue.c815 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload; in oce_destroy_q()
HDoce_if.c1842 struct mbx_hdr req; in oce_handle_passthrough()
1853 if (copyin(ioctl_ptr, &req, sizeof(struct mbx_hdr))) in oce_handle_passthrough()
1860 req_size += sizeof(struct mbx_hdr); in oce_handle_passthrough()
HDoce_mbox.c200 mbx_common_req_hdr_init(struct mbx_hdr *hdr, in mbx_common_req_hdr_init()
212 hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr); in mbx_common_req_hdr_init()
546 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr)); in oce_if_create()
HDoce_if.h1056 void mbx_common_req_hdr_init(struct mbx_hdr *hdr,