Home
last modified time | relevance | path

Searched refs:rb_stts (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c692 rxq->rb_stts = NULL; in iwl_pcie_free_rxq_dma()
750 rxq->rb_stts = (u8 *)trans_pcie->base_rb_stts + rxq->id * rb_stts_size; in iwl_pcie_alloc_rxq_dma()
1121 memset(rxq->rb_stts, 0, in _iwl_pcie_rx_init()
H A Dtrans.c2862 if (rxq->rb_stts) { in iwl_dbgfs_rx_queue_read()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c874 if (rxq->rb_stts) { in il_dbgfs_rx_queue_read()
877 le16_to_cpu(rxq->rb_stts-> in il_dbgfs_rx_queue_read()
H A D3945-mac.c1125 rxq->rb_stts, rxq->rb_stts_dma); in il3945_rx_queue_free()
1127 rxq->rb_stts = NULL; in il3945_rx_queue_free()
1152 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il3945_rx_handle()
H A D4965-mac.c424 rxq->rb_stts, rxq->rb_stts_dma); in il4965_rx_queue_free()
426 rxq->rb_stts = NULL; in il4965_rx_queue_free()
4221 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il4965_rx_handle()
H A Dcommon.h616 struct il_rb_status *rb_stts; member
H A Dcommon.c2611 rxq->rb_stts = dma_alloc_coherent(dev, sizeof(struct il_rb_status), in il_rx_queue_alloc()
2613 if (!rxq->rb_stts) in il_rx_queue_alloc()