Home
last modified time | relevance | path

Searched refs:ICMD_TO_IPORT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1947 fct_i_local_port_t *iport = ICMD_TO_IPORT(icmd); in fct_process_unknown_els()
1968 fct_i_local_port_t *iport = ICMD_TO_IPORT(icmd); in fct_process_rscn()
2320 fct_i_local_port_t *iport = ICMD_TO_IPORT(icmd); in fct_handle_solct()
2393 stmf_trace(ICMD_TO_IPORT(icmd)->iport_alias, "fct_logo_cb: " in fct_logo_cb()
2406 stmf_trace(ICMD_TO_IPORT(icmd)->iport_alias, "fct_gsnn_cb: " in fct_gsnn_cb()
2410 mutex_exit(&ICMD_TO_IPORT(icmd)->iport_worker_lock); in fct_gsnn_cb()
2412 rw_enter(&ICMD_TO_IPORT(icmd)->iport_lock, RW_READER); in fct_gsnn_cb()
2413 mutex_enter(&ICMD_TO_IPORT(icmd)->iport_worker_lock); in fct_gsnn_cb()
2414 query_irp = fct_lookup_irp_by_nodewwn(ICMD_TO_IPORT(icmd), in fct_gsnn_cb()
2418 stmf_trace(ICMD_TO_IPORT(icmd)->iport_alias, "fct_gsnn_cb: " in fct_gsnn_cb()
[all …]
H A Dfct_impl.h361 #define ICMD_TO_IPORT(x_icmd) \ macro
H A Dfct.c2537 iport = ICMD_TO_IPORT(icmd); in fct_create_solct()