Searched refs:fcsm_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 129 } fcsm_t; typedef 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 *); 327 static fcsm_cmd_t *fcsm_alloc_cmd(fcsm_t *, uint32_t, uint32_t, int); [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 50 static fcsm_t *fcsm_port_head = NULL; 211 if (rval = ddi_soft_state_init(&fcsm_state, sizeof (fcsm_t), in _init() 530 fcsm_t *fcsm; in fcsm_port_attach() 585 fcsm_t *fcsm; in fcsm_handle_port_attach() 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() 908 fcsm_t *fcsm; in fcsm_force_port_detach_all() 930 fcsm_t *fcsm; in fcsm_port_detach() 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() [all …]
|