Searched refs:mbx_hdr (Results 1 – 6 of 6) sorted by relevance
970 struct mbx_hdr { struct1030 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr) argument1036 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 …]
42 struct mbx_hdr;98 void (*common_req_hdr_init)(struct mbx_hdr *hdr,
779 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload; in oce_destroy_q()
233 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()
2238 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()
1068 void mbx_common_req_hdr_init(struct mbx_hdr *hdr,