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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h144 } fcsm_cmd_t; typedef in typeref:struct:fcsm_cmd
327 static fcsm_cmd_t *fcsm_alloc_cmd(fcsm_t *, uint32_t, uint32_t, int);
328 static void fcsm_free_cmd_dma(fcsm_cmd_t *);
332 static void fcsm_ct_init(fcsm_t *, fcsm_cmd_t *, fc_ct_aiu_t *, size_t,
334 static void fcsm_ct_intr(fcsm_cmd_t *);
338 static void fcsm_els_init(fcsm_cmd_t *, uint32_t);
339 static int fcsm_xlogi_init(fcsm_t *, fcsm_cmd_t *, uint32_t,
341 static void fcsm_xlogi_intr(fcsm_cmd_t *);
347 static int fcsm_issue_cmd(fcsm_cmd_t *);
348 static int fcsm_retry_cmd(fcsm_cmd_t *);
[all...]

Completed in 45 milliseconds