Searched refs:reqhdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_user.c290 MPI2_CONFIG_PAGE_HEADER *reqhdr, *hdr; local
294 reqhdr = buf;
296 hdr->PageVersion = reqhdr->PageVersion;
297 hdr->PageLength = reqhdr->PageLength;
298 hdr->PageNumber = reqhdr->PageNumber;
299 hdr->PageType = reqhdr->PageType & MPI2_CONFIG_PAGETYPE_MASK;
363 MPI2_CONFIG_EXTENDED_PAGE_HEADER *reqhdr, *hdr; local
367 reqhdr = buf;
371 hdr->PageVersion = reqhdr->PageVersion;
373 hdr->PageNumber = reqhdr
393 MPI2_CONFIG_PAGE_HEADER *reqhdr, *hdr; local
[all...]
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_user.c274 MPI2_CONFIG_PAGE_HEADER *reqhdr, *hdr; local
278 reqhdr = buf;
280 hdr->PageVersion = reqhdr->PageVersion;
281 hdr->PageLength = reqhdr->PageLength;
282 hdr->PageNumber = reqhdr->PageNumber;
283 hdr->PageType = reqhdr->PageType & MPI2_CONFIG_PAGETYPE_MASK;
347 MPI2_CONFIG_EXTENDED_PAGE_HEADER *reqhdr, *hdr; local
351 reqhdr = buf;
355 hdr->PageVersion = reqhdr->PageVersion;
357 hdr->PageNumber = reqhdr
377 MPI2_CONFIG_PAGE_HEADER *reqhdr, *hdr; local
[all...]
/freebsd-10.2-release/sys/dev/hptiop/
H A Dhptiop.c862 struct hpt_iop_request_header *reqhdr = local
868 reqhdr->flags = IOP_REQUEST_FLAG_SYNC_REQUEST
872 reqhdr->context = ((phy_addr & 0xffffffff) << 32 )
873 | IOPMU_QUEUE_ADDR_HOST_BIT | reqhdr->type;
885 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4;

Completed in 106 milliseconds