Searched refs:acked (Results 1 - 13 of 13) sorted by relevance

/drivers/net/arcnet/
H A Dcapmode.c186 static int ack_tx(struct net_device *dev, int acked) argument
194 lp->outgoing.skb->protocol, acked);
215 ackpkt->soft.cap.mes.ack=acked;
/drivers/virtio/
H A Dvirtio_balloon.c52 wait_queue_head_t acked; member in struct:virtio_balloon
100 wake_up(&vb->acked);
115 wait_event(vb->acked, virtqueue_get_buf(vq, &len));
433 init_waitqueue_head(&vb->acked);
/drivers/net/wireless/b43legacy/
H A Dxmit.h101 u8 acked; /* Wireless ACK received */ member in struct:b43legacy_txstatus
H A Dxmit.c594 if (!status->acked)
627 status.acked = !!(tmp & 0x02);
H A Ddebugfs.c154 "intermediate | for_ampdu | acked\n" "---\n");
172 stat->acked);
H A Dpio.c514 if (status->acked)
H A Ddma.c1239 if (status->acked)
H A Dmain.c755 stat.acked = !!(tmp & 0x0002);
/drivers/net/wireless/b43/
H A Dxmit.h222 u8 acked; /* Wireless ACK received */ member in struct:b43_txstatus
H A Dxmit.c860 if (!status->acked)
893 if (status->acked) {
H A Ddebugfs.c377 "intermediate | for_ampdu | acked\n" "---\n");
395 stat->acked);
H A Dmain.c1343 stat.acked = !!(tmp & 0x0002);
/drivers/usb/musb/
H A Dcppi_dma.c29 * evidently after the 1 byte packet was received and acked, the queue
1009 bool acked = false; local
1070 acked = true;
1087 if (!acked && last) {

Completed in 248 milliseconds