Home
last modified time | relevance | path

Searched refs:sbp2_tgt_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c46 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 Dcfgrom.c38 static int sbp2_cfgrom_rq(sbp2_tgt_t *, void *, uint64_t, uint32_t *);
39 static int sbp2_cfgrom_parse_dir(sbp2_tgt_t *, void *,
41 static int sbp2_cfgrom_read_leaf(sbp2_tgt_t *, void *,
43 static int sbp2_cfgrom_read_bib(sbp2_tgt_t *, void *, sbp2_cfgrom_bib_t *);
44 static void sbp2_cfgrom_free_bib(sbp2_tgt_t *, sbp2_cfgrom_bib_t *);
62 sbp2_cfgrom_rq(sbp2_tgt_t *tp, void *cmd, uint64_t addr, uint32_t *q) in sbp2_cfgrom_rq()
79 sbp2_cfgrom_parse(sbp2_tgt_t *tp, sbp2_cfgrom_t *crp) in sbp2_cfgrom_parse()
118 sbp2_cfgrom_parse_dir(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_parse_arg_t *pa) in sbp2_cfgrom_parse_dir()
191 sbp2_cfgrom_read_leaf(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_ent_t *cep) in sbp2_cfgrom_read_leaf()
225 sbp2_cfgrom_read_bib(sbp2_tgt_t *tp, void *cmd, sbp2_cfgrom_bib_t *cbp) in sbp2_cfgrom_read_bib()
[all …]
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h260 } sbp2_tgt_t; typedef
293 int sbp2_tgt_init(void *, struct sbp2_bus *, int, sbp2_tgt_t **);
294 void sbp2_tgt_fini(sbp2_tgt_t *);
295 void sbp2_tgt_disconnect(sbp2_tgt_t *);
296 int sbp2_tgt_reconnect(sbp2_tgt_t *);
297 int sbp2_tgt_reset(sbp2_tgt_t *, int *);
298 int sbp2_tgt_get_cfgrom(sbp2_tgt_t *, sbp2_cfgrom_t **);
299 int sbp2_tgt_get_lun_cnt(sbp2_tgt_t *);
300 sbp2_lun_t *sbp2_tgt_get_lun(sbp2_tgt_t *, int);
H A Dimpl.h99 int sbp2_cfgrom_parse(sbp2_tgt_t *, sbp2_cfgrom_t *);
100 void sbp2_cfgrom_free(sbp2_tgt_t *, sbp2_cfgrom_t *);
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h184 sbp2_tgt_t *s_tgt; /* SBP-2 target */
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c82 sbp2_tgt_t *tp; in scsa1394_sbp2_attach()