Searched refs:rxoffset (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 273 unsigned int rxoffset; /* rxcontrol offset */ member 551 uint nrxpost, uint rxoffset) in dma_attach() argument 584 rxextheadroom, nrxpost, rxoffset, txregbase, rxregbase); in dma_attach() 605 di->rxoffset = (u8) rxoffset; in dma_attach() 840 ((di->rxoffset << D64_RC_RO_SHIFT) | control)); in _dma_rxenable() 946 pkt_len = min((di->rxoffset + len), di->rxbufsize); in dma_rx() 949 resid = len - (di->rxbufsize - di->rxoffset); in dma_rx()
|
| H A D | dma.h | 81 uint nrxpost, uint rxoffset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hnddma.h | 135 uint ntxd, uint nrxd, uint rxbufsize, int rxextheadroom, uint nrxpost, uint rxoffset, 141 uint rxoffset, uint *msg_level); 195 void dma_rxparam_get(hnddma_t *dmah, uint16 *rxoffset, uint16 *rxbufsize);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hnddma.h | 135 uint ntxd, uint nrxd, uint rxbufsize, int rxextheadroom, uint nrxpost, uint rxoffset, 141 uint rxoffset, uint *msg_level); 195 void dma_rxparam_get(hnddma_t *dmah, uint16 *rxoffset, uint16 *rxbufsize);
|