Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h200 opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id); member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1963 fcatran->fca_get_device = fcoei_get_device; in fcoei_init_fcatran_vectors()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1849 if (port->fp_fca_tran->fca_get_device == NULL) { in fc_ulp_get_fca_device()
1853 return (port->fp_fca_tran->fca_get_device(port->fp_fca_handle, d_id)); in fc_ulp_get_fca_device()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1674 tran->fca_get_device = ql_get_device; in ql_attach()