Searched refs:TWA_Q_LENGTH (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtwavar.h74 struct twa_request *twa_lookup[TWA_Q_LENGTH];/* requests indexed by request_id */
81 struct tw_cl_event_packet *twa_aen_queue[TWA_Q_LENGTH];/* circular queue of AENs from firmware */
H A Dtwa.c939 * In theory, TWA_Q_LENGTH - 1 should be usable, but
944 openings = (TWA_Q_LENGTH - 2) * td->td_size / total_size;
1442 if (twa_alloc_req_pkts(sc, TWA_Q_LENGTH)) {
1449 TWA_Q_LENGTH, M_DEVBUF, M_WAITOK)) == NULL) {
1459 memset(aen_queue, 0, sizeof(struct tw_cl_event_packet) * TWA_Q_LENGTH);
1461 for (i = 0; i < TWA_Q_LENGTH; i++)
2095 (sc->twa_aen_head - 1 + TWA_Q_LENGTH) % TWA_Q_LENGTH;
2130 % TWA_Q_LENGTH;
2174 % TWA_Q_LENGTH;
[all...]
H A Dtwareg.h227 #define TWA_Q_LENGTH TWA_INIT_MESSAGE_CREDITS macro

Completed in 116 milliseconds