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

  /src/sys/dev/pci/
mfi_pci.c 146 MFI_IOP_TBOLT, mfi_tbolt_subtypes },
214 mpd->mpd_iop == MFI_IOP_TBOLT)
228 if (mpd->mpd_iop == MFI_IOP_TBOLT && pci_dma64_available(pa)) {
242 if (mpd->mpd_iop == MFI_IOP_TBOLT) {
  /src/sys/dev/ic/
mfivar.h 120 MFI_IOP_TBOLT
mfi.c 281 static const struct mfi_iop_ops mfi_iop_tbolt = { variable in typeref:typename:const struct mfi_iop_ops
338 if (sc->sc_ioptype == MFI_IOP_TBOLT) {
385 if (sc->sc_ioptype == MFI_IOP_TBOLT) {
426 if (sc->sc_ioptype == MFI_IOP_TBOLT) {
578 sc->sc_ioptype == MFI_IOP_TBOLT)
586 sc->sc_ioptype == MFI_IOP_TBOLT)
603 sc->sc_ioptype == MFI_IOP_TBOLT) {
948 if (sc->sc_ioptype == MFI_IOP_TBOLT) {
1040 case MFI_IOP_TBOLT:
1041 sc->sc_iop = &mfi_iop_tbolt;
    [all...]

Completed in 15 milliseconds