Searched refs:rb_stts (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 664 rxq->rb_stts = dma_zalloc_coherent(dev, sizeof(*rxq->rb_stts), in iwl_pcie_rx_alloc() 667 if (!rxq->rb_stts) in iwl_pcie_rx_alloc() 682 if (rxq->rb_stts) in iwl_pcie_rx_alloc() 685 rxq->rb_stts, rxq->rb_stts_dma); in iwl_pcie_rx_alloc() 938 memset(rxq->rb_stts, 0, sizeof(*rxq->rb_stts)); in _iwl_pcie_rx_init() 1036 if (rxq->rb_stts) in iwl_pcie_rx_free() 1039 rxq->rb_stts, rxq->rb_stts_dma); in iwl_pcie_rx_free() 1268 r = le16_to_cpu(ACCESS_ONCE(rxq->rb_stts->closed_rb_num)) & 0x0FFF; in iwl_pcie_rx_handle()
|
D | trans.c | 2355 if (rxq->rb_stts) { in iwl_dbgfs_rx_queue_read() 2358 le16_to_cpu(rxq->rb_stts->closed_rb_num) & in iwl_dbgfs_rx_queue_read() 2565 r = le16_to_cpu(ACCESS_ONCE(rxq->rb_stts->closed_rb_num)) & 0x0FFF; in iwl_trans_pcie_dump_rbs() 2826 num_rbs = le16_to_cpu(ACCESS_ONCE(rxq->rb_stts->closed_rb_num)) in iwl_trans_pcie_dump_data()
|
D | internal.h | 139 struct iwl_rb_status *rb_stts; member
|
/drivers/net/wireless/intel/iwlegacy/ |
D | debug.c | 905 if (rxq->rb_stts) { in il_dbgfs_rx_queue_read() 908 le16_to_cpu(rxq->rb_stts-> in il_dbgfs_rx_queue_read()
|
D | 3945-mac.c | 1152 rxq->rb_stts, rxq->rb_stts_dma); in il3945_rx_queue_free() 1154 rxq->rb_stts = NULL; in il3945_rx_queue_free() 1217 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il3945_rx_handle()
|
D | 4965-mac.c | 438 rxq->rb_stts, rxq->rb_stts_dma); in il4965_rx_queue_free() 440 rxq->rb_stts = NULL; in il4965_rx_queue_free() 4243 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il4965_rx_handle()
|
D | common.h | 619 struct il_rb_status *rb_stts; member
|
D | common.c | 2630 rxq->rb_stts = dma_alloc_coherent(dev, sizeof(struct il_rb_status), in il_rx_queue_alloc() 2632 if (!rxq->rb_stts) in il_rx_queue_alloc()
|