Searched defs:fcsm_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h101 * fcsm_t - FCSM Structure for per port information
129 } fcsm_t; typedef in typeref:struct:fcsm
135 fcsm_t *cmd_fcsm;
306 fc_attach_cmd_t, uint32_t, fcsm_t *);
307 static int fcsm_handle_port_detach(fc_ulp_port_info_t *, fcsm_t *,
309 static void fcsm_suspend_port(fcsm_t *);
310 static void fcsm_resume_port(fcsm_t *);
311 static void fcsm_cleanup_port(fcsm_t *);
323 static void fcsm_enque_job(fcsm_t *, fcsm_job_t *, int);
324 static fcsm_job_t *fcsm_deque_job(fcsm_t *);
[all...]

Completed in 79 milliseconds