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

  /src/sys/dev/pci/
twavar.h 74 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 */
twa.c 948 * In theory, TWA_Q_LENGTH - 1 should be usable, but
953 openings = (TWA_Q_LENGTH - 2) * td->td_size
1454 if (twa_alloc_req_pkts(sc, TWA_Q_LENGTH)) {
1461 TWA_Q_LENGTH, M_DEVBUF, M_WAITOK)) == NULL) {
1471 memset(aen_queue, 0, sizeof(struct tw_cl_event_packet) * TWA_Q_LENGTH);
1473 for (i = 0; i < TWA_Q_LENGTH; i++)
2102 (sc->twa_aen_head - 1 + TWA_Q_LENGTH) % TWA_Q_LENGTH;
2137 % TWA_Q_LENGTH;
2181 % TWA_Q_LENGTH;
    [all...]
twareg.h 227 #define TWA_Q_LENGTH TWA_INIT_MESSAGE_CREDITS

Completed in 13 milliseconds