Home
last modified time | relevance | path

Searched refs:fcsm_cmd_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h144 } fcsm_cmd_t; typedef
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 *);
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 *);
349 static void fcsm_enque_cmd(fcsm_t *, fcsm_cmd_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1960 fcsm_cmd_t *cmd = (fcsm_cmd_t *)buf; in fcsm_cmd_cache_constructor()
2015 fcsm_cmd_t *cmd = (fcsm_cmd_t *)buf; in fcsm_cmd_cache_destructor()
2033 static fcsm_cmd_t *
2036 fcsm_cmd_t *cmd; in fcsm_alloc_cmd()
2809 fcsm_cmd_t *cmd; in fcsm_job_ct_passthru()
3166 fcsm_cmd_t *cmd; in fcsm_job_login_mgmt_server()
3262 fcsm_cmd_t *cmd; in fcsm_pkt_common_intr()
3496 static fcsm_cmd_t *
3499 fcsm_cmd_t *cmd; in fcsm_deque_cmd()
3526 fcsm_cmd_t *curr_tail; in fcsm_retry_timeout()
[all …]