Searched refs:istx (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhnddma.h103 typedef bool (*di_rxtxerror_t)(hnddma_t *dmah, bool istx);
244 #define dma_rxtxerror(di, istx) ((di)->di_fn->rxtxerror(di, istx))
305 #define dma_rxtxerror(di, istx) (dma64proc.rxtxerror(di, istx))
H A Dbcmutils.h266 bool istx; /* direction: transmit or receive data path */ member in struct:pktpool
306 extern int pktpool_init(osl_t *osh, pktpool_t *pktp, int *pktplen, int plen, bool istx, uint8 type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.c836 ph->istx.did = DIDmsg_lnxind_wlansniffrm_istx;
837 ph->istx.status = 0;
838 ph->istx.len = 0;
839 ph->istx.data = 0;
H A Drtmp.h3801 struct rt_p80211item_uint32 istx; member in struct:rt_wlan_ng_prism2_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c150 LWNG_SETVAL(istx, 9, 0, 4, 0);
H A Dhostap_wlan.h40 noise, rate, istx, frmlen; member in struct:linux_wlan_ng_prism_hdr
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c388 BCMATTACHFN(pktpool_init)(osl_t *osh, pktpool_t *pktp, int *pplen, int plen, bool istx, uint8 type) argument
409 pktp->istx = istx ? TRUE : FALSE;
483 PKTFREE(osh, p, pktp->istx); /* free the packet */
H A Dhnddma.c288 static bool _dma_rxtx_error(dma_info_t *di, bool istx);
3811 _dma_rxtx_error(dma_info_t *di, bool istx) argument
3818 if (istx) {

Completed in 173 milliseconds