HomeSort by: relevance | last modified time | path
    Searched refs:mif_header (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mfi.c 656 init->mif_header.mfh_cmd = MFI_CMD_INIT;
657 init->mif_header.mfh_data_len = sizeof *qinfo;
1437 io->mif_header.mfh_cmd = MFI_CMD_LD_READ;
1440 io->mif_header.mfh_cmd = MFI_CMD_LD_WRITE;
1443 io->mif_header.mfh_target_id = periph->periph_target;
1444 io->mif_header.mfh_timeout = 0;
1445 io->mif_header.mfh_flags = 0;
1446 io->mif_header.mfh_sense_len = MFI_SENSE_SIZE;
1447 io->mif_header.mfh_data_len= blockcnt;
3057 mfi_init->mif_header.mfh_cmd = MFI_CMD_INIT
    [all...]
mfireg.h 480 struct mfi_frame_header mif_header; member in struct:mfi_init_frame
504 struct mfi_frame_header mif_header; member in struct:mfi_io_frame
  /src/sys/dev/pci/
mfii.c 2157 init->mif_header.mfh_cmd = MFI_CMD_INIT;
2158 init->mif_header.mfh_data_len = htole32(sizeof(*iiq));

Completed in 112 milliseconds