Searched refs:rxcache (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | apple-admac.c | 128 struct admac_sram txcache, rxcache; member 160 sram = &ad->rxcache; in admac_alloc_sram_carveout() 193 sram = &ad->rxcache; in admac_free_sram_carveout() 916 ad->rxcache.size = readl_relaxed(ad->base + REG_RX_SRAM_SIZE); in admac_probe() 920 readl_relaxed(ad->base + REG_IMPRINT), ad->txcache.size, ad->rxcache.size); in admac_probe()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_recv.h | 117 struct stainfo_rxcache rxcache; member
|
H A D | rtl871x_sta_mgt.c | 123 memcpy(&psta->sta_recvpriv.rxcache.tid_rxseq[i], in r8712_alloc_stainfo()
|
H A D | rtl871x_recv.c | 526 if (recv_decache(precv_frame, bretry, &psta->sta_recvpriv.rxcache) == in validate_recv_data_frame()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 266 struct stainfo_rxcache rxcache; member
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 232 memcpy(&psta->sta_recvpriv.rxcache.tid_rxseq[i], &wRxSeqInitialValue, 2); in rtw_alloc_stainfo()
|
H A D | rtw_recv.c | 1326 if (recv_decache(precv_frame, bretry, &psta->sta_recvpriv.rxcache) == _FAIL) { in validate_recv_data_frame()
|