Home
last modified time | relevance | path

Searched refs:fca_reset (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h196 int (*fca_reset) (opaque_t fca_handle, uint32_t cmd); member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1678 rval = port->fp_fca_tran->fca_reset( in fc_ulp_port_reset()
1683 rval = port->fp_fca_tran->fca_reset( in fc_ulp_port_reset()
1688 rval = port->fp_fca_tran->fca_reset( in fc_ulp_port_reset()
1693 rval = port->fp_fca_tran->fca_reset( in fc_ulp_port_reset()
H A Dfp.c2862 rval = port->fp_fca_tran->fca_reset( in fp_job_handler()
3965 if (port->fp_fca_tran->fca_reset(port->fp_fca_handle, in fp_get_lilpmap()
4376 if ((ret = port->fp_fca_tran->fca_reset(port->fp_fca_handle, in fp_offline_timeout()
4385 if ((ret = port->fp_fca_tran->fca_reset(port->fp_fca_handle, in fp_offline_timeout()
9005 ret = port->fp_fca_tran->fca_reset( in fp_fciocmd()
9167 ret = port->fp_fca_tran->fca_reset( in fp_fciocmd()
9179 ret = port->fp_fca_tran->fca_reset( in fp_fciocmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1961 fcatran->fca_reset = fcoei_reset; in fcoei_init_fcatran_vectors()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1672 tran->fca_reset = ql_reset; in ql_attach()