Home
last modified time | relevance | path

Searched refs:ICMD_TO_IRP (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1952 fct_dequeue_els(ICMD_TO_IRP(icmd)); in fct_process_unknown_els()
1953 atomic_dec_16(&ICMD_TO_IRP(icmd)->irp_nsa_elses_count); in fct_process_unknown_els()
1974 fct_dequeue_els(ICMD_TO_IRP(icmd)); in fct_process_rscn()
1975 atomic_dec_16(&ICMD_TO_IRP(icmd)->irp_nsa_elses_count); in fct_process_rscn()
2172 irp = ICMD_TO_IRP(icmd); in fct_handle_sol_els_completion()
2321 fct_i_remote_port_t *irp = ICMD_TO_IRP(icmd); in fct_handle_solct()
H A Dfct_impl.h367 #define ICMD_TO_IRP(x_icmd) \ macro