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

  /src/sys/dev/ic/
athnvar.h 117 void *lastds; member in struct:athn_txq
136 void *lastds; member in struct:athn_rxq
arn5008.c 698 rxq->lastds = NULL;
707 if (rxq->lastds != NULL) {
708 ((struct ar_rx_desc *)rxq->lastds)->ds_link =
712 rxq->lastds = ds;
947 ((struct ar_rx_desc *)rxq->lastds)->ds_link = bf->bf_daddr;
951 rxq->lastds = ds;
1312 struct ar_tx_desc *ds, *lastds; local in function:ar5008_tx
1638 lastds = NULL; /* XXX: gcc */
1650 lastds->ds_link = bf->bf_daddr + i * sizeof(*ds);
1651 lastds = ds
    [all...]
athn.c 1912 sc->sc_txq[qid].lastds = NULL;

Completed in 14 milliseconds