Searched refs:RecvList (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/et131x/
H A Det1310_rx.h230 struct list_head RecvList; member in struct:rx_ring
H A Det1310_rx.c386 INIT_LIST_HEAD(&rx_ring->RecvList);
408 while (!list_empty(&rx_ring->RecvList)) {
409 rfd = (MP_RFD *) list_entry(rx_ring->RecvList.next,
562 /* Add this RFD to the RecvList */
563 list_add_tail(&rfd->list_node, &rx_ring->RecvList);
775 * If packets are available, it gets an RFD from the RecvList, attaches
859 element = rx_local->RecvList.next;
1002 WARN_ON(list_empty(&etdev->rx_ring.RecvList));
1020 if (list_empty(&etdev->rx_ring.RecvList)) {
1149 list_add_tail(&rfd->list_node, &rx_local->RecvList);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_rx.h230 struct list_head RecvList; member in struct:rx_ring
H A Det1310_rx.c386 INIT_LIST_HEAD(&rx_ring->RecvList);
408 while (!list_empty(&rx_ring->RecvList)) {
409 rfd = (MP_RFD *) list_entry(rx_ring->RecvList.next,
562 /* Add this RFD to the RecvList */
563 list_add_tail(&rfd->list_node, &rx_ring->RecvList);
775 * If packets are available, it gets an RFD from the RecvList, attaches
859 element = rx_local->RecvList.next;
1002 WARN_ON(list_empty(&etdev->rx_ring.RecvList));
1020 if (list_empty(&etdev->rx_ring.RecvList)) {
1149 list_add_tail(&rfd->list_node, &rx_local->RecvList);
[all...]

Completed in 114 milliseconds