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

  /src/sys/dev/ic/
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...]
athnvar.h 117 void *lastds; member in struct:athn_txq
136 void *lastds; member in struct:athn_rxq

Completed in 13 milliseconds