Searched refs:sbp2_tgt_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/sbp2/ |
H A D | sbp2.c | 46 static void sbp2_tgt_init_sobj(sbp2_tgt_t *); 47 static void sbp2_tgt_fini_sobj(sbp2_tgt_t *); 48 static int sbp2_tgt_init_params(sbp2_tgt_t *); 49 static int sbp2_tgt_init_luns(sbp2_tgt_t *, int); 50 static void sbp2_tgt_fini_luns(sbp2_tgt_t *); 51 static int sbp2_tgt_init_bus(sbp2_tgt_t *); 52 static void sbp2_tgt_fini_bus(sbp2_tgt_t *); 53 static int sbp2_tgt_mgt_request(sbp2_tgt_t *, int *); 54 static int sbp2_tgt_task_mgt_request(sbp2_tgt_t *, uint16_t, int, uint64_t, 58 static void sbp2_lun_logout_orb(sbp2_lun_t *, sbp2_tgt_t *, int *); [all …]
|
H A D | cfgrom.c | 40 static int sbp2_cfgrom_rq(sbp2_tgt_t *, void *, uint64_t, uint32_t *); 41 static int sbp2_cfgrom_parse_dir(sbp2_tgt_t *, void *, 43 static int sbp2_cfgrom_read_leaf(sbp2_tgt_t *, void *, 45 static int sbp2_cfgrom_read_bib(sbp2_tgt_t *, void *, sbp2_cfgrom_bib_t *); 46 static void sbp2_cfgrom_free_bib(sbp2_tgt_t *, sbp2_cfgrom_bib_t *); 64 sbp2_cfgrom_rq(sbp2_tgt_t *tp, void *cmd, uint64_t addr, uint32_t *q) in sbp2_cfgrom_rq() 81 sbp2_cfgrom_parse(sbp2_tgt_t *tp, sbp2_cfgrom_t *crp) in sbp2_cfgrom_parse() 120 sbp2_cfgrom_parse_dir(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_parse_arg_t *pa) in sbp2_cfgrom_parse_dir() 193 sbp2_cfgrom_read_leaf(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_ent_t *cep) in sbp2_cfgrom_read_leaf() 227 sbp2_cfgrom_read_bib(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_bib_t *cbp) in sbp2_cfgrom_read_bib() [all …]
|
/titanic_41/usr/src/uts/common/sys/sbp2/ |
H A D | driver.h | 262 } sbp2_tgt_t; typedef 295 int sbp2_tgt_init(void *, struct sbp2_bus *, int, sbp2_tgt_t **); 296 void sbp2_tgt_fini(sbp2_tgt_t *); 297 void sbp2_tgt_disconnect(sbp2_tgt_t *); 298 int sbp2_tgt_reconnect(sbp2_tgt_t *); 299 int sbp2_tgt_reset(sbp2_tgt_t *, int *); 300 int sbp2_tgt_get_cfgrom(sbp2_tgt_t *, sbp2_cfgrom_t **); 301 int sbp2_tgt_get_lun_cnt(sbp2_tgt_t *); 302 sbp2_lun_t *sbp2_tgt_get_lun(sbp2_tgt_t *, int);
|
H A D | impl.h | 101 int sbp2_cfgrom_parse(sbp2_tgt_t *, sbp2_cfgrom_t *); 102 void sbp2_cfgrom_free(sbp2_tgt_t *, sbp2_cfgrom_t *);
|
/titanic_41/usr/src/uts/common/sys/1394/targets/scsa1394/ |
H A D | impl.h | 186 sbp2_tgt_t *s_tgt; /* SBP-2 target */
|
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_driver.c | 82 sbp2_tgt_t *tp; in scsa1394_sbp2_attach()
|