mfi.c | 161 static int mfi_mgmt(struct mfi_ccb *,struct scsipi_xfer *, 1690 if (mfi_mgmt(ccb, xs, 1850 rv = mfi_mgmt(ccb, NULL, opc, dir, len, buf, mbox); 1864 tsleep(ccb, PRIBIO, "mfi_mgmt", 0); 1877 mfi_mgmt(struct mfi_ccb *ccb, struct scsipi_xfer *xs, uint32_t opc, function in typeref:typename:int 1882 DNPRINTF(MFI_D_MISC, "%s: mfi_mgmt %#x\n", DEVNAME(ccb->ccb_sc), opc); 3434 if (mfi_mgmt(ccb, NULL, MR_DCMD_LD_MAP_GET_INFO, MFI_DATA_OUT, 3441 * the callback set up by mfi_mgmt()
|