Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c855 rval = port->fp_fca_tran->fca_init_pkt(port->fp_fca_handle, pkt, sleep); in fc_ulp_init_packet()
893 rval = port->fp_fca_tran->fca_un_init_pkt(port->fp_fca_handle, pkt); in fc_ulp_uninit_packet()
1370 return (port->fp_fca_tran->fca_transport( in fc_ulp_transport()
1477 return (port->fp_fca_tran->fca_transport(port->fp_fca_handle, pkt)); in fc_ulp_transport()
1542 return (port->fp_fca_tran->fca_els_send(port->fp_fca_handle, pkt)); in fc_ulp_issue_els()
1552 return (port->fp_fca_tran->fca_ub_alloc(port->fp_fca_handle, in fc_ulp_uballoc()
1562 return (port->fp_fca_tran->fca_ub_free(port->fp_fca_handle, in fc_ulp_ubfree()
1572 return (port->fp_fca_tran->fca_ub_release(port->fp_fca_handle, in fc_ulp_ubrelease()
1582 return (port->fp_fca_tran->fca_abort(port->fp_fca_handle, pkt, flags)); in fc_ulp_abort()
1677 rval = port->fp_fca_tran->fca_reset( in fc_ulp_port_reset()
[all …]
H A Dfp.c974 port->fp_fca_tran = (fc_fca_tran_t *) in fp_attach_handler()
1006 (port->fp_fca_tran->fca_pkt_size) + sizeof (fp_cmd_t), 8, in fp_attach_handler()
1222 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_attach_handler()
1602 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_detach_handler()
1831 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_suspend_all()
1885 port->fp_fca_tran->fca_dma_attr, cb, NULL, in fp_cache_constructor()
1891 port->fp_fca_tran->fca_dma_attr, cb, NULL, in fp_cache_constructor()
2017 port->fp_fca_tran->fca_acc_attr, DDI_DMA_CONSISTENT, in fp_alloc_pkt()
2042 port->fp_fca_tran->fca_dma_attr->dma_attr_sgllen) { in fp_alloc_pkt()
2071 port->fp_fca_tran->fca_acc_attr, in fp_alloc_pkt()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h436 struct fca_tran *fp_fca_tran; member
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c476 mdb_printf(" fp_fca_tran : 0x%p\n", port.fp_fca_tran); in fcport()