Searched refs:fct_portid_to_portptr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 899 irp = fct_portid_to_portptr(iport, cmd->cmd_rportid); in fct_handle_els() 924 if (fct_portid_to_portptr(iport, cmd->cmd_rportid)) { in fct_handle_els() 2524 query_irp = fct_portid_to_portptr(iport, query_portid); in fct_gcs_cb() 2556 query_irp = fct_portid_to_portptr(iport, query_portid); in fct_gft_cb() 2653 query_irp = fct_portid_to_portptr(iport, query_portid); in fct_gspn_cb() 2808 irp = fct_portid_to_portptr(iport, page_portid); in fct_rscn_verify()
|
H A D | fct_impl.h | 395 fct_i_remote_port_t *fct_portid_to_portptr(fct_i_local_port_t *iport,
|
H A D | fct.c | 1399 fct_portid_to_portptr(fct_i_local_port_t *iport, uint32_t portid) in fct_portid_to_portptr() function 1631 irp = fct_portid_to_portptr(iport, rportid); in fct_scsi_task_alloc() 2303 } else if (((irp = fct_portid_to_portptr(PORT_TO_IPORT(port), in fct_create_solels() 2517 irp = fct_portid_to_portptr((fct_i_local_port_t *) in fct_create_solct() 2842 irp = fct_portid_to_portptr( in fct_get_rp_handle() 2930 irp = fct_portid_to_portptr(iport, cmd->cmd_rportid); in fct_handle_rcvd_abts()
|