Lines Matching defs:lastds
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;
1638 lastds = NULL; /* XXX: gcc */
1650 lastds->ds_link = bf->bf_daddr + i * sizeof(*ds);
1651 lastds = ds;
1657 ((struct ar_tx_desc *)txq->lastds)->ds_link = bf->bf_daddr;
1660 txq->lastds = lastds;