Home
last modified time | relevance | path

Searched refs:fca_dip (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h707 static int fctl_fca_bus_ctl(dev_info_t *fca_dip, dev_info_t *rip,
709 static int fctl_initchild(dev_info_t *fca_dip, dev_info_t *port_dip);
710 static int fctl_uninitchild(dev_info_t *fca_dip, dev_info_t *port_dip);
H A Dfc_fcaif.h208 int fc_fca_detach(dev_info_t *fca_dip);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1930 fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran) in fc_fca_attach() argument
1938 const char *name = ddi_driver_name(fca_dip); in fc_fca_attach()
1947 ddi_set_driver_private(fca_dip, (caddr_t)tran); in fc_fca_attach()
1956 fc_fca_detach(dev_info_t *fca_dip) in fc_fca_detach() argument
1958 ddi_set_driver_private(fca_dip, NULL); in fc_fca_detach()
2106 fctl_fca_bus_ctl(dev_info_t *fca_dip, dev_info_t *rip, in fctl_fca_bus_ctl() argument
2117 return (fctl_initchild(fca_dip, (dev_info_t *)arg)); in fctl_fca_bus_ctl()
2120 return (fctl_uninitchild(fca_dip, (dev_info_t *)arg)); in fctl_fca_bus_ctl()
2123 return (ddi_ctlops(fca_dip, rip, op, arg, result)); in fctl_fca_bus_ctl()
2137 fctl_initchild(dev_info_t *fca_dip, dev_info_t *port_dip) in fctl_initchild() argument
[all …]
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c105 static int fcoe_bus_ctl(dev_info_t *fca_dip, dev_info_t *rip,