Searched defs:fcsm (Results 1 – 2 of 2) sorted by relevance
103 typedef struct fcsm { struct105 struct fcsm *sm_next; /* for global linked list */ argument115 fcsm_job_t *sm_job_head; /* port's job queue head */ argument116 fcsm_job_t *sm_job_tail; /* port's job queue tail */ argument117 struct fcsm_cmd *sm_retry_head; /* cmd retry queue head */ argument118 struct fcsm_cmd *sm_retry_tail; /* cmd retry queue tail */ argument129 } fcsm_t; argument
530 fcsm_t *fcsm; in fcsm_port_attach() local585 fcsm_t *fcsm; in fcsm_handle_port_attach() local691 fc_attach_cmd_t cmd, uint32_t s_id, fcsm_t *fcsm) in fcsm_handle_port_resume()749 fcsm_t *fcsm; in fcsm_detach() local908 fcsm_t *fcsm; in fcsm_force_port_detach_all() local930 fcsm_t *fcsm; in fcsm_port_detach() local1008 fcsm_handle_port_detach(fc_ulp_port_info_t *pinfo, fcsm_t *fcsm, in fcsm_handle_port_detach()1093 fcsm_suspend_port(fcsm_t *fcsm) in fcsm_suspend_port()1123 fcsm_resume_port(fcsm_t *fcsm) in fcsm_resume_port()1158 fcsm_cleanup_port(fcsm_t *fcsm) in fcsm_cleanup_port()[all …]