Searched refs:rx_free (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dfplustm.h111 u_short rx_free ; /* count of free RxD's */ member in struct:s_smt_rx_queue
H A Dhwmtm.h326 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtyphoon.c215 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;
1247 sizeof(struct rx_free));
1553 struct rx_free *r;
1564 r = (struct rx_free *) (ring->ringBase + ring->lastWrite);
1580 struct rx_free *r;
1602 r = (struct rx_free *) (ring->ringBase + ring->lastWrite);
H A Dtyphoon.h294 struct rx_free { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c418 queue->rx_free = SMT_R1_RXD_COUNT ;
1168 queue->rx_free += frag_count ;
1444 smc->hw.fp.rx_q[QUEUE_R1].rx_free-- ;
1525 queue->rx_free += frag_count ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h726 u32 free_count; /* Number of pre-allocated buffers in rx_free */
728 struct list_head rx_free; /* Own an SKBs */ member in struct:ipw_rx_queue
H A Dipw2200.c3340 INIT_LIST_HEAD(&rxq->rx_free);
4984 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
4986 * to replensish the ipw->rxq->rx_free.
4992 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
4993 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5000 * ipw_rx_queue_alloc() Allocates rx_free
5001 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5003 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5005 * the WRITE index. If insufficient rx_free buffers
5021 * as we can pulling from rx_free
[all...]

Completed in 194 milliseconds