Symbol: ata_channel
sys/dev/disk/nata/ata-all.c
113
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-all.c
156
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-all.c
189
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-all.c
275
struct ata_channel *ch;
sys/dev/disk/nata/ata-all.c
316
struct ata_channel *ch = (struct ata_channel *)data;
sys/dev/disk/nata/ata-all.c
547
struct ata_channel *ch;
sys/dev/disk/nata/ata-all.c
592
struct ata_channel *ch = device_get_softc(device_get_parent(atadev->dev));
sys/dev/disk/nata/ata-all.c
685
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-all.c
725
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-all.c
741
struct ata_channel *ch = device_get_softc(device_get_parent(request->dev));
sys/dev/disk/nata/ata-all.c
883
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-all.h
575
void ata_queue_init(struct ata_channel *ch);
sys/dev/disk/nata/ata-card.c
134
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-card.c
160
sizeof(struct ata_channel),
sys/dev/disk/nata/ata-card.c
82
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-disk.c
107
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-disk.c
217
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-disk.c
505
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-dma.c
159
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-dma.c
222
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-dma.c
271
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-dma.c
66
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-dma.c
93
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-isa.c
115
sizeof(struct ata_channel),
sys/dev/disk/nata/ata-isa.c
56
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-lowlevel.c
224
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
43
static int ata_wait(struct ata_channel *ch, struct ata_device *, u_int8_t);
sys/dev/disk/nata/ata-lowlevel.c
453
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-lowlevel.c
55
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-lowlevel.c
587
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-lowlevel.c
598
ata_wait(struct ata_channel *ch, struct ata_device *atadev, u_int8_t mask)
sys/dev/disk/nata/ata-lowlevel.c
651
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
69
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
722
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
752
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
806
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-lowlevel.c
831
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-pci.c
284
int unit = ((struct ata_channel *)device_get_softc(child))->unit;
sys/dev/disk/nata/ata-pci.c
335
int unit = ((struct ata_channel *)device_get_softc(child))->unit;
sys/dev/disk/nata/ata-pci.c
381
int unit = ((struct ata_channel *)device_get_softc(child))->unit;
sys/dev/disk/nata/ata-pci.c
401
int unit = ((struct ata_channel *)device_get_softc(child))->unit;
sys/dev/disk/nata/ata-pci.c
413
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
451
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
489
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
498
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-pci.c
524
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-pci.c
538
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
550
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
581
struct ata_channel *ch;
sys/dev/disk/nata/ata-pci.c
764
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
770
bzero(ch, sizeof(struct ata_channel));
sys/dev/disk/nata/ata-pci.c
790
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
810
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
828
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
840
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-pci.c
888
sizeof(struct ata_channel),
sys/dev/disk/nata/ata-queue.c
217
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-queue.c
280
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-queue.c
304
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-queue.c
46
static void ata_sort_queue(struct ata_channel *ch, struct ata_request *request);
sys/dev/disk/nata/ata-queue.c
47
static void atawritereorder(struct ata_channel *ch);
sys/dev/disk/nata/ata-queue.c
51
ata_queue_init(struct ata_channel *ch)
sys/dev/disk/nata/ata-queue.c
541
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/ata-queue.c
567
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-queue.c
634
ata_sort_queue(struct ata_channel *ch, struct ata_request *request)
sys/dev/disk/nata/ata-queue.c
65
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-queue.c
675
atawritereorder(struct ata_channel *ch)
sys/dev/disk/nata/ata-queue.c
79
struct ata_channel *ch;
sys/dev/disk/nata/ata-raid.c
1725
struct ata_channel *ch = device_get_softc(GRANDPARENT(dev));
sys/dev/disk/nata/ata-raid.c
2340
struct ata_channel *ch =
sys/dev/disk/nata/ata-raid.c
3340
struct ata_channel *ch =
sys/dev/disk/nata/ata-raid.c
3426
struct ata_channel *ch =
sys/dev/disk/nata/ata-raid.c
3742
struct ata_channel *ch =
sys/dev/disk/nata/ata-raid.c
3773
struct ata_channel *ch =
sys/dev/disk/nata/ata-sata.c
116
ata_sata_connect(struct ata_channel *ch)
sys/dev/disk/nata/ata-sata.c
146
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/ata-sata.c
186
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/ata-sata.c
49
struct ata_channel *ch = device_get_softc(tp->dev);
sys/dev/disk/nata/ata-sata.c
80
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/atapi-cam.c
64
struct ata_channel *ata_ch;
sys/dev/disk/nata/atapi-cd.c
1757
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-cd.c
219
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-cd.c
941
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-fd.c
100
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-fd.c
170
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-fd.c
443
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-tape.c
113
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-tape.c
204
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/atapi-tape.c
693
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-acard.c
100
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acard.c
130
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-acard.c
166
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-acard.c
210
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acard.c
86
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acerlabs.c
126
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acerlabs.c
147
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acerlabs.c
189
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-acerlabs.c
223
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-ahci.c
162
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-ahci.c
188
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-ahci.c
244
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-ahci.c
339
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-ahci.c
371
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-ahci.c
425
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-ahci.c
450
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-ahci.c
552
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-amd.c
84
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-ati.c
127
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-cypress.c
72
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-cyrix.c
63
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-highpoint.c
117
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-highpoint.c
132
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-highpoint.c
183
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-intel.c
202
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-intel.c
225
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-intel.c
267
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-intel.c
358
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-intel.c
386
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-intel.c
443
struct ata_channel *ch = device_get_softc(device_get_parent(request->dev));
sys/dev/disk/nata/chipsets/ata-ite.c
88
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-jmicron.c
118
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-jmicron.c
135
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-jmicron.c
147
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-jmicron.c
159
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-marvell.c
127
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-marvell.c
205
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-marvell.c
300
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-marvell.c
322
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-marvell.c
444
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-marvell.c
501
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-marvell.c
551
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-national.c
64
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-netcell.c
64
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-nvidia.c
223
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-nvidia.c
246
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-nvidia.c
283
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-promise.c
330
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
343
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
355
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-promise.c
379
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-promise.c
399
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
410
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
425
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-promise.c
499
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
511
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
524
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
564
struct ata_channel *ch;
sys/dev/disk/nata/chipsets/ata-promise.c
604
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
666
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-promise.c
705
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
833
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
873
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-promise.c
916
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-promise.c
931
struct ata_channel *ch;
sys/dev/disk/nata/chipsets/ata-promise.c
964
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-serverworks.c
124
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-serverworks.c
170
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-serverworks.c
199
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-serverworks.c
253
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-siliconimage.c
197
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
212
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
229
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-siliconimage.c
281
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
329
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
356
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-siliconimage.c
446
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
471
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
494
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
566
struct ata_channel *ch = device_get_softc(request->parent);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
627
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
656
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
687
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
783
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-sis.c
183
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-sis.c
215
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-via.c
164
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-via.c
216
struct ata_channel *ch = device_get_softc(dev);
sys/dev/disk/nata/chipsets/ata-via.c
230
struct ata_channel *ch = device_get_softc(device_get_parent(dev));
sys/dev/disk/nata/chipsets/ata-via.c
263
struct ata_channel *ch = device_get_softc(device_get_parent(dev));