Searched refs:rx_pkt_pool_head (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.h289 struct crystalhd_rx_dma_pkt *rx_pkt_pool_head; member in struct:crystalhd_hw
H A Dcrystalhd_hw.c357 temp = hw->rx_pkt_pool_head;
359 hw->rx_pkt_pool_head = hw->rx_pkt_pool_head->next;
378 pkt->next = hw->rx_pkt_pool_head;
379 hw->rx_pkt_pool_head = pkt;

Completed in 46 milliseconds