Searched refs:fct_i_cmd_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct_impl.h | 79 } fct_i_cmd_t; typedef 119 fct_i_cmd_t *irp_els_list; 178 fct_i_cmd_t *slot_cmd; 370 #define CMD_TO_ICMD(x_cmd) ((fct_i_cmd_t *)(x_cmd)->cmd_fct_private) 410 fct_i_cmd_t *icmd, fct_status_t s); 423 fct_i_remote_port_t *irp, fct_i_cmd_t *icmd); 430 void fct_logo_cb(fct_i_cmd_t *icmd); 431 void fct_link_init_cb(fct_i_cmd_t *icmd); 432 void fct_gsnn_cb(fct_i_cmd_t *icmd); 433 void fct_gcs_cb(fct_i_cmd_t *icmd); [all …]
|
H A D | discovery.c | 66 void fct_gid_cb(fct_i_cmd_t *icmd); 802 fct_i_cmd_t *icmd = (fct_i_cmd_t *)cmd->cmd_fct_private; in fct_handle_els() 1029 fct_i_cmd_t *icmd; in fct_trigger_rport_cleanup() 1093 fct_i_cmd_t *icmd; in fct_dequeue_els() 1379 fct_process_plogi(fct_i_cmd_t *icmd) in fct_process_plogi() 1557 fct_process_prli(fct_i_cmd_t *icmd) in fct_process_prli() 1712 fct_process_logo(fct_i_cmd_t *icmd) in fct_process_logo() 1826 fct_process_prlo(fct_i_cmd_t *icmd) in fct_process_prlo() 1899 fct_process_rcvd_adisc(fct_i_cmd_t *icmd) in fct_process_rcvd_adisc() 1945 fct_process_unknown_els(fct_i_cmd_t *icmd) in fct_process_unknown_els() [all …]
|
H A D | fct.c | 984 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) }, 986 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) }, 988 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_sol_ct_t) }, 989 { GET_STRUCT_SIZE(fct_cmd_t), GET_STRUCT_SIZE(fct_i_cmd_t), 992 GET_STRUCT_SIZE(fct_i_cmd_t), 0 }, 1294 fct_i_cmd_t *icmd, *next_icmd; in fct_deregister_local_port() 1503 fct_i_cmd_t *icmd; in fct_is_irp_logging_out() 1633 fct_i_cmd_t *icmd; in fct_scsi_task_alloc() 1697 icmd = (fct_i_cmd_t *)cmd->cmd_fct_private; in fct_scsi_task_alloc() 1758 fct_i_cmd_t *icmd = (fct_i_cmd_t *)cmd->cmd_fct_private; in fct_post_rcvd_cmd() [all …]
|
H A D | discovery.h | 40 fct_i_cmd_t *icmd);
|