HomeSort by: relevance | last modified time | path
    Searched refs:twa_request (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
twavar.h 70 TAILQ_HEAD(, twa_request) twa_free; /* free request packets */
71 TAILQ_HEAD(, twa_request) twa_busy; /* requests busy in the controller */
72 TAILQ_HEAD(, twa_request) twa_pending; /* internal requests pending */
74 struct twa_request *twa_lookup[TWA_Q_LENGTH];/* requests indexed by request_id */
76 struct twa_request *twa_req_buf;
108 struct twa_request *sc_twa_request;
153 struct twa_request { struct
169 TAILQ_ENTRY(twa_request) tr_link;
181 void (*tr_callback)(struct twa_request *tr);
211 struct twa_request *twa_get_request(struct twa_softc *, int)
    [all...]
ld_twa.c 81 static void ld_twa_handler(struct twa_request *);
88 struct twa_request *, struct buf *);
147 struct twa_request *tr;
200 ld_twa_handler(struct twa_request *tr)
242 struct twa_request *tr;
310 struct twa_request *tr, struct buf *bp)
twa.c 112 static void twa_aen_callback(struct twa_request *);
133 void (* callback)(struct twa_request *),
136 void (* callback)(struct twa_request *));
435 twa_request_wait_handler(struct twa_request *tr)
483 twa_release_request(struct twa_request *tr)
504 twa_unmap_request(struct twa_request *tr)
560 twa_wait_request(struct twa_request *tr, uint32_t timeout)
637 twa_immediate_request(struct twa_request *tr, uint32_t timeout)
693 twa_inquiry(struct twa_request *tr, int lunid)
749 twa_read_capacity(struct twa_request *tr, int lunid
    [all...]

Completed in 14 milliseconds