Home
last modified time | relevance | path

Searched refs:IFB_DmaPackets (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wlags49_h2/
Dhcf.h353 hcf_16 IFB_DmaPackets; // HREG_EV_[TX/RX]DMA_DONE flags, reports DMA Frame availability to MSF member
Dhcf.c1507 …if ( descp == NULL ) ifbp->IFB_DmaPackets &= (hcf_16)~HREG_EV_RDMAD; //;?could be integrated into… in hcf_dma_rx_get()
1622 ifbp->IFB_DmaPackets &= (hcf_16)~HREG_EV_TDMAD; in hcf_dma_tx_get()
3051 IF_USE_DMA( ifbp->IFB_DmaPackets |= stat & ( HREG_EV_RDMAD | HREG_EV_TDMAD ) ); in hcf_service_nic()
Dwl_main.c2270 if ( lp->hcfCtx.IFB_DmaPackets & HREG_EV_RDMAD ) { in wl_isr_handler()
2275 if ( lp->hcfCtx.IFB_DmaPackets & HREG_EV_TDMAD ) { in wl_isr_handler()