Home
last modified time | relevance | path

Searched defs:nexus (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/acorn32/podulebus/
H A Descvar.h80 struct nexus { struct
81 struct scsipi_xfer *xs; /* Pointer to request */
83 u_char ID; /* ID message to be sent */
84 u_char clen; /* scsi command length + */
85 u_char cbuf[14]; /* the actual command bytes */
87 struct esc_dma_chain dma[MAXCHAIN]; /* DMA chain blocks */
111 u_char lun_unit; /* (Lun<<4) | Unit of nexus */ argument
135 /* SCSI nexus flags */ argument
H A Dsfasvar.h80 struct nexus { struct
81 struct scsipi_xfer *xs; /* Pointer to request */
83 u_char ID; /* ID message to be sent */
84 u_char clen; /* scsi command length + */
85 u_char cbuf[14]; /* the actual command bytes */
87 struct sfas_dma_chain dma[MAXCHAIN]; /* DMA chain blocks */
111 u_char lun_unit; /* (Lun<<4) | Unit of nexus */ argument
134 /* SCSI nexus flags */ argument
H A Dsfas.c171 sfas_init_nexus(struct sfas_softc *dev, struct nexus *nexus) in sfas_init_nexus()
338 struct nexus *nexus; in sfas_donextcmd() local
640 struct nexus *nexus; in sfas_select_unit() local
700 struct nexus *nexus; in sfas_arbitate_target() local
724 sfas_setup_nexus(struct sfas_softc *dev, struct nexus *nexus, struct sfas_pending *pendp, unsigned … in sfas_setup_nexus()
827 struct nexus *nexus; in sfasselect() local
883 struct nexus *nexus; in sfas_pretests() local
981 sfas_midaction(struct sfas_softc *dev, sfas_regmap_p rp, struct nexus *nexus) in sfas_midaction()
1198 sfas_postaction(struct sfas_softc *dev, sfas_regmap_p rp, struct nexus *nexus) in sfas_postaction()
1523 struct nexus *nexus; in sfasintr() local
[all …]
H A Desc.c172 esc_init_nexus(struct esc_softc *dev, struct nexus *nexus) in esc_init_nexus()
336 struct nexus *nexus; in esc_donextcmd() local
713 struct nexus *nexus; in esc_select_unit() local
773 struct nexus *nexus; in esc_arbitate_target() local
797 esc_setup_nexus(struct esc_softc *dev, struct nexus *nexus, struct esc_pending *pendp, unsigned cha… in esc_setup_nexus()
900 struct nexus *nexus; in escselect() local
956 struct nexus *nexus; in esc_pretests() local
1054 esc_midaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus) in esc_midaction()
1271 esc_postaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus) in esc_postaction()
1598 struct nexus *nexus; in escintr() local
[all …]
/netbsd-src/sys/arch/vax/include/
H A Dnexus.h87 struct nexus { struct
106 int sa_nexnum; /* This nexus TR number */ argument
/netbsd-src/share/examples/refuse/dmesgfs/
H A Ddmesgfs.c252 build_tree(virtdir_t *tp, const char *nexus, char type) in build_tree()
320 char *nexus; in main() local
/netbsd-src/sys/dev/ic/
H A Doosiopvar.h96 struct oosiop_cb *nexus; member
/netbsd-src/sys/dev/isa/
H A Dseagate.c204 struct sea_scb *nexus; /* currently connected command */ member