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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.h397 EXTERN_C DESC_STRCT* hcf_dma_rx_get (IFBP ifbp );
H A Dwl_pci.c1422 while ( ( p = hcf_dma_rx_get( &lp->hcfCtx ) ) != NULL ) {
H A Dwl_netdev.c1920 desc = hcf_dma_rx_get( &( lp->hcfCtx ));
H A Dhcf.c1454 *.MODULE DESC_STRCT* hcf_dma_rx_get( IFBP ifbp )
1465 * hcf_dma_rx_get is intended to return a received frame when such a frame is deposited in Host memory by the
1466 * DMA engine. In addition hcf_dma_rx_get can be used to reclaim all descriptors in the rx descriptor chain
1468 * hcf_dma_rx_get must be called repeatedly by the MSF when hcf_service_nic signals availability of a rx frame
1476 * If no such Rx-frame is available in the Rx-DescriptorList, the behavior of hcf_dma_rx_get depends on the
1501 hcf_dma_rx_get (IFBP ifbp) function
1538 } // hcf_dma_rx_get

Completed in 69 milliseconds