Searched refs:hcf_rcv_msg (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.h392 EXTERN_C int hcf_rcv_msg (IFBP ifbp, DESC_STRCT *descp, unsigned int offset );
H A Dwl_netdev.c143 status = hcf_rcv_msg(&(lp->hcfCtx), desc, 0)
959 status = hcf_rcv_msg(&(lp->hcfCtx), desc, 0)
H A Dhcf.c608 * - if not in the above step, by hcf_rcv_msg (assuming hcf_rcv_msg is called)
2327 *.MODULE int hcf_rcv_msg( IFBP ifbp, DESC_STRCT *descp, unsigned int offset )
2357 * in non-USB/non-DMA mode, hcf_rcv_msg starts the copy process at the (non-negative) offset requested by the
2387 * As a consequence, hcf_rcv_msg can only be called once for any particular Rx frame.
2394 * At return from hcf_rcv_msg, the field buf_cntl.buf_dim[0] of the used Descriptors reflects
2432 hcf_rcv_msg( IFBP ifbp, DESC_STRCT *descp, unsigned int offset ) function
2483 } // hcf_rcv_msg
2841 * messages, irrespective whether a hcf_rcv_msg or hcf_action(HCF_ACT_RX) is performed in between.
2853 * the frame is automatically ACK'ed to the F/W and still available via the look ahead buffer and hcf_rcv_msg
[all...]
H A Dwl_wext.c3321 status = hcf_rcv_msg( &( lp->hcfCtx ), &desc[0], 0 );

Completed in 78 milliseconds