Symbol: fc_fca_tran_t
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
250
static fc_fca_tran_t emlxs_fca_tran = {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
290
static fc_fca_tran_t emlxs_fca_tran = {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
328
static fc_fca_tran_t emlxs_fca_tran = {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
366
static fc_fca_tran_t emlxs_fca_tran = {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
6432
kmem_free(hba->fca_tran, sizeof (fc_fca_tran_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
7076
(fc_fca_tran_t *)kmem_zalloc(sizeof (fc_fca_tran_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
7084
sizeof (fc_fca_tran_t));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
169
fc_fca_tran_t ss_fca_tran;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
352
void fcoei_init_fcatran_vectors(fc_fca_tran_t *fcatran);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1947
fcoei_init_fcatran_vectors(fc_fca_tran_t *fcatran)
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1579
tran = kmem_zalloc(sizeof (fc_fca_tran_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1751
kmem_free(tran, sizeof (fc_fca_tran_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2160
kmem_free(ha->tran, sizeof (fc_fca_tran_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
876
fc_fca_tran_t *tran;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1930
fc_fca_attach(dev_info_t *fca_dip, fc_fca_tran_t *tran)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2143
fc_fca_tran_t *tran;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2172
tran = (fc_fca_tran_t *)ddi_get_driver_private(fca_dip);
usr/src/uts/common/io/fibre-channel/impl/fp.c
975
port->fp_fca_tran = (fc_fca_tran_t *)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1330
int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1738
fc_fca_tran_t *fca_tran;
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
1756
fc_fca_tran_t *tran;
usr/src/uts/common/sys/fibre-channel/impl/fc_fcaif.h
207
int fc_fca_attach(dev_info_t *, fc_fca_tran_t *);