OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ata_xfer
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ata/
atavar.h
126
/* Forward declaration for
ata_xfer
*/
134
struct
ata_xfer
{
struct
165
SIMPLEQ_ENTRY(
ata_xfer
) c_xferchain;
166
TAILQ_ENTRY(
ata_xfer
) c_activechain;
169
SLIST_ENTRY(
ata_xfer
) c_retrychain;
176
int (*c_start)(struct ata_channel *, struct
ata_xfer
*);
181
int (*c_poll)(struct ata_channel *, struct
ata_xfer
*);
184
void (*c_abort)(struct ata_channel *, struct
ata_xfer
*);
185
int (*c_intr)(struct ata_channel *, struct
ata_xfer
*, int);
186
void (*c_kill_xfer)(struct ata_channel *, struct
ata_xfer
*, int)
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025