Home
last modified time | relevance | path

Searched refs:mfr_header (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmfi.c321 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header; in mfi_put_ccb()
409 ccb->ccb_frame->mfr_header.mfh_context = i; in mfi_init_ccb()
445 ccb->ccb_frame->mfr_header.mfh_context, ccb, in mfi_init_ccb()
1297 hdr = &ccb->ccb_frame->mfr_header; in mfi_poll()
1470 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header; in mfi_scsi_ld_done()
1783 hdr = &ccb->ccb_frame->mfr_header; in mfi_create_sgl()
1918 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header; in mfi_mgmt_done()
3535 ctx = ccb->ccb_frame->mfr_header.mfh_context; in mfifioctl()
3538 ccb->ccb_frame->mfr_header.mfh_context = ctx; in mfifioctl()
3539 ccb->ccb_frame->mfr_header.mfh_scsi_status = 0; in mfifioctl()
[all …]
H A Dmfireg.h559 struct mfi_frame_header mfr_header; member