Home | History | Annotate | Download | only in ic

Lines Matching defs:opc

1842 mfi_mgmt_internal(struct mfi_softc *sc, uint32_t opc, uint32_t dir,
1850 rv = mfi_mgmt(ccb, NULL, opc, dir, len, buf, mbox);
1877 mfi_mgmt(struct mfi_ccb *ccb, struct scsipi_xfer *xs, uint32_t opc,
1882 DNPRINTF(MFI_D_MISC, "%s: mfi_mgmt %#x\n", DEVNAME(ccb->ccb_sc), opc);
1889 dcmd->mdf_opcode = opc;
2260 uint32_t opc, dir = MFI_DATA_NONE;
2266 opc = MR_DCMD_SPEAKER_DISABLE;
2270 opc = MR_DCMD_SPEAKER_ENABLE;
2274 opc = MR_DCMD_SPEAKER_SILENCE;
2278 opc = MR_DCMD_SPEAKER_GET;
2283 opc = MR_DCMD_SPEAKER_TEST;
2292 if (mfi_mgmt_internal(sc, opc, dir, sizeof(ret), &ret, NULL, false))