Searched refs:bt_softc (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/buslogic/ |
| HD | bt.c | 73 static __inline void btnextinbox(struct bt_softc *bt); 74 static __inline void btnextoutbox(struct bt_softc *bt); 77 btnextinbox(struct bt_softc *bt) in btnextinbox() 86 btnextoutbox(struct bt_softc *bt) in btnextoutbox() 95 static __inline u_int32_t btccbvtop(struct bt_softc *bt, 97 static __inline struct bt_ccb* btccbptov(struct bt_softc *bt, 99 static __inline u_int32_t btsensepaddr(struct bt_softc *bt, 101 static __inline struct scsi_sense_data* btsensevaddr(struct bt_softc *bt, 105 btccbvtop(struct bt_softc *bt, struct bt_ccb *bccb) in btccbvtop() 112 btccbptov(struct bt_softc *bt, u_int32_t ccb_addr) in btccbptov() [all …]
|
| HD | bt_isa.c | 103 struct bt_softc *bt = device_get_softc(dev); in bt_isa_release_resources() 191 struct bt_softc *bt = device_get_softc(dev); in bt_isa_attach() 317 struct bt_softc *bt; in btvlbouncefilter() 319 bt = (struct bt_softc *)arg; in btvlbouncefilter() 333 struct bt_softc* bt; in btmapsensebuffers() 335 bt = (struct bt_softc*)arg; in btmapsensebuffers() 350 sizeof(struct bt_softc),
|
| HD | bt_mca.c | 101 struct bt_softc * bt = device_get_softc(dev); in bt_mca_release_resources() 209 struct bt_softc * bt = device_get_softc(dev); in bt_mca_attach() 302 struct bt_softc *bt; in btvlbouncefilter() 304 bt = (struct bt_softc *)arg; in btvlbouncefilter() 318 struct bt_softc* bt; in btmapsensebuffers() 320 bt = (struct bt_softc*)arg; in btmapsensebuffers() 335 sizeof(struct bt_softc),
|
| HD | bt_pci.c | 93 struct bt_softc *bt = device_get_softc(dev); in bt_pci_release_resources() 111 struct bt_softc *bt = device_get_softc(dev); in bt_pci_probe() 158 struct bt_softc *bt = device_get_softc(dev); in bt_pci_attach() 213 sizeof(struct bt_softc),
|
| HD | bt_eisa.c | 114 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_alloc_resources() 152 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_release_resources() 300 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_attach() 351 sizeof(struct bt_softc),
|
| HD | btreg.h | 597 struct bt_softc { struct 689 int bt_cmd(struct bt_softc *bt, bt_op_t opcode,
|