Searched refs:fcsm_alloc_cmd (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 327 static fcsm_cmd_t *fcsm_alloc_cmd(fcsm_t *, uint32_t, uint32_t, int);
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 2035 fcsm_alloc_cmd(fcsm_t *fcsm, uint32_t cmd_len, uint32_t resp_len, int sleep) in fcsm_alloc_cmd() function 2912 cmd = fcsm_alloc_cmd(fcsm, fcio->fcio_ilen, fcio->fcio_olen, KM_SLEEP); in fcsm_job_ct_passthru() 3183 cmd = fcsm_alloc_cmd(fcsm, sizeof (la_els_logi_t), in fcsm_job_login_mgmt_server()
|