Searched refs:rb_stts (Results 1 – 8 of 8) sorted by relevance
258 void *rb_stts; member310 __le16 *rb_stts = rxq->rb_stts; in iwl_get_closed_rb_stts() local312 return READ_ONCE(*rb_stts); in iwl_get_closed_rb_stts()314 struct iwl_rb_status *rb_stts = rxq->rb_stts; in iwl_get_closed_rb_stts() local316 return READ_ONCE(rb_stts->closed_rb_num); in iwl_get_closed_rb_stts()
663 if (rxq->rb_stts) in iwl_pcie_free_rxq_dma()667 rxq->rb_stts, rxq->rb_stts_dma); in iwl_pcie_free_rxq_dma()669 rxq->rb_stts = NULL; in iwl_pcie_free_rxq_dma()736 rxq->rb_stts = dma_zalloc_coherent(dev, use_rx_td ? in iwl_pcie_alloc_rxq_dma()741 if (!rxq->rb_stts) in iwl_pcie_alloc_rxq_dma()1048 memset(rxq->rb_stts, 0, in _iwl_pcie_rx_init()
2541 if (rxq->rb_stts) { in iwl_dbgfs_rx_queue_read()
903 if (rxq->rb_stts) { in il_dbgfs_rx_queue_read()906 le16_to_cpu(rxq->rb_stts-> in il_dbgfs_rx_queue_read()
1145 rxq->rb_stts, rxq->rb_stts_dma); in il3945_rx_queue_free()1147 rxq->rb_stts = NULL; in il3945_rx_queue_free()1210 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il3945_rx_handle()
438 rxq->rb_stts, rxq->rb_stts_dma); in il4965_rx_queue_free()440 rxq->rb_stts = NULL; in il4965_rx_queue_free()4240 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il4965_rx_handle()
619 struct il_rb_status *rb_stts; member
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()