Searched refs:mbx_hdr (Results 1 – 5 of 5) sorted by relevance
962 struct mbx_hdr { struct1022 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr) argument1028 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 …]
815 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload; in oce_destroy_q()
1842 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()
200 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()
1056 void mbx_common_req_hdr_init(struct mbx_hdr *hdr,