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

/freebsd-10-stable/sys/dev/oce/
H A Doce_hw.h962 struct mbx_hdr { struct
1022 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr)
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 hd
[all...]
H A Doce_queue.c815 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload;
H A Doce_mbox.c200 mbx_common_req_hdr_init(struct mbx_hdr *hdr,
212 hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr);
546 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr));
H A Doce_if.c1842 struct mbx_hdr req;
1853 if (copyin(ioctl_ptr, &req, sizeof(struct mbx_hdr)))
1860 req_size += sizeof(struct mbx_hdr);
H A Doce_if.h1054 void mbx_common_req_hdr_init(struct mbx_hdr *hdr,

Completed in 124 milliseconds