Home
last modified time | relevance | path

Searched refs:drv_dev_ops (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c78 .drv_dev_ops = &cxgbe_dev_ops
/titanic_50/usr/src/uts/common/sys/
H A Dmodctl.h95 struct dev_ops *drv_dev_ops; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c117 .drv_dev_ops = &smrt_dev_ops
/titanic_50/usr/src/uts/common/os/
H A Dmodconf.c573 ops = modl->drv_dev_ops; in mod_installdrv()
671 ops = modl->drv_dev_ops; in mod_removedrv()
/titanic_50/usr/src/uts/common/io/1394/
H A Dh1394.c79 devops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in h1394_init()
103 devops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in h1394_fini()
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c462 if (!mp || !mp->drv_dev_ops) { in reset_bus_ops()
466 ops = mp->drv_dev_ops; in reset_bus_ops()
530 if (!mp || !mp->drv_dev_ops) { in modify_bus_ops()
534 ops = mp->drv_dev_ops; in modify_bus_ops()
/titanic_50/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c839 (cb_args->cb_modlp->ml_linkage[0]))->drv_dev_ops; in ibnex_ibtl_callback()
846 (cb_args->cb_modlp->ml_linkage[0]))->drv_dev_ops; in ibnex_ibtl_callback()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c102 .drv_dev_ops = &umad_dev_ops
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c112 .drv_dev_ops = &sol_uverbs_dev_ops
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c107 .drv_dev_ops = &t4_dev_ops
/titanic_50/usr/src/uts/common/io/nvme/
H A Dnvme.c495 .drv_dev_ops = &nvme_dev_ops
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c870 hba_dev_ops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in scsi_hba_init()
1422 hba_dev_ops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in scsi_hba_fini()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c690 hba_ops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in sata_hba_init()