Home
last modified time | relevance | path

Searched defs:fcsm (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h103 typedef struct fcsm { struct
105 struct fcsm *sm_next; /* for global linked list */ argument
115 fcsm_job_t *sm_job_head; /* port's job queue head */ argument
116 fcsm_job_t *sm_job_tail; /* port's job queue tail */ argument
117 struct fcsm_cmd *sm_retry_head; /* cmd retry queue head */ argument
118 struct fcsm_cmd *sm_retry_tail; /* cmd retry queue tail */ argument
129 } fcsm_t; argument
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c530 fcsm_t *fcsm; in fcsm_port_attach() local
585 fcsm_t *fcsm; in fcsm_handle_port_attach() local
691 fc_attach_cmd_t cmd, uint32_t s_id, fcsm_t *fcsm) in fcsm_handle_port_resume()
749 fcsm_t *fcsm; in fcsm_detach() local
908 fcsm_t *fcsm; in fcsm_force_port_detach_all() local
930 fcsm_t *fcsm; in fcsm_port_detach() local
1008 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 …]