Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_hw.h970 struct mbx_hdr { struct
1030 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr) argument
1036 struct mbx_hdr hdr;
1080 struct mbx_hdr hdr;
1111 struct mbx_hdr hdr;
1134 struct mbx_hdr hdr;
1162 struct mbx_hdr hdr;
1207 struct mbx_hdr hdr;
1229 struct mbx_hdr hdr;
1288 struct mbx_hdr hdr;
[all …]
H A Doce_user.h42 struct mbx_hdr;
98 void (*common_req_hdr_init)(struct mbx_hdr *hdr,
H A Doce_queue.c779 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload; in oce_destroy_q()
H A Doce_mbox.c233 mbx_common_req_hdr_init(struct mbx_hdr *hdr, in mbx_common_req_hdr_init()
245 hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr); in mbx_common_req_hdr_init()
577 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr)); in oce_if_create()
H A Doce_if.c2238 struct mbx_hdr req; in oce_handle_passthrough()
2248 if (copyin(ioctl_ptr, &req, sizeof(struct mbx_hdr))) in oce_handle_passthrough()
2255 req_size += sizeof(struct mbx_hdr); in oce_handle_passthrough()
H A Doce_if.h1068 void mbx_common_req_hdr_init(struct mbx_hdr *hdr,