Searched refs:fcsm_cmd_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 144 } 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 *); 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 …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 627 sizeof (fcsm_cmd_t) + pinfo->port_fca_pkt_size, 8, in fcsm_handle_port_attach() 1961 fcsm_cmd_t *cmd = (fcsm_cmd_t *)buf; in fcsm_cmd_cache_constructor() 1978 pkt->pkt_fca_private = (opaque_t)((caddr_t)cmd + sizeof (fcsm_cmd_t)); in fcsm_cmd_cache_constructor() 2016 fcsm_cmd_t *cmd = (fcsm_cmd_t *)buf; in fcsm_cmd_cache_destructor() 2034 static fcsm_cmd_t * 2037 fcsm_cmd_t *cmd; in fcsm_alloc_cmd() 2052 cmd = (fcsm_cmd_t *)kmem_cache_alloc(fcsm->sm_cmd_cache, sleep); in fcsm_alloc_cmd() 2242 fcsm_free_cmd(fcsm_cmd_t *cmd) in fcsm_free_cmd() 2260 fcsm_free_cmd_dma(fcsm_cmd_t *cmd) in fcsm_free_cmd_dma() 2728 fcsm_ct_init(fcsm_t *fcsm, fcsm_cmd_t *cmd, fc_ct_aiu_t *req_iu, size_t req_len, in fcsm_ct_init() [all …]
|