Searched refs:send_head (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_tx.h128 * decrementing used, or any queue manipulation on send_head /
131 struct tcb *send_head; member in struct:tx_ring
H A Det1310_tx.c275 tx_ring->send_head = NULL;
595 etdev->tx_ring.send_head = tcb;
705 tcb = etdev->tx_ring.send_head;
710 etdev->tx_ring.send_head = next;
724 tcb = etdev->tx_ring.send_head;
758 tcb = etdev->tx_ring.send_head;
764 etdev->tx_ring.send_head = tcb->next;
773 tcb = etdev->tx_ring.send_head;
779 etdev->tx_ring.send_head = tcb->next;
788 tcb = etdev->tx_ring.send_head;
[all...]
H A Det131x_isr.c197 struct tcb *tcb = adapter->tx_ring.send_head;
H A Det131x_netdev.c525 tcb = etdev->tx_ring.send_head;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c2756 bool send_head = (conn->writechannel_inuse && local
2761 if(Curl_removeHandleFromPipeline(data, conn->send_pipe) && send_head)

Completed in 65 milliseconds