Searched refs:rbd_empty (Results 1 – 2 of 2) sorted by relevance
109 * rxq.queue -> rxq.rx_used -> allocator.rbd_empty ->525 /* swap out the rba->rbd_empty to a local list */ in iwl_pcie_rx_allocator() 526 list_replace_init(&rba->rbd_empty, &local_empty); in iwl_pcie_rx_allocator() 591 list_splice_tail_init(&rba->rbd_empty, &local_empty); in iwl_pcie_rx_allocator() 600 list_splice_tail(&local_empty, &rba->rbd_empty); in iwl_pcie_rx_allocator() 1103 INIT_LIST_HEAD(&rba->rbd_empty); in _iwl_pcie_rx_init() 1157 list_add(&rxb->list, &rba->rbd_empty); in _iwl_pcie_rx_init() 1255 list_splice_tail_init(&rxq->rx_used, &rba->rbd_empty); in iwl_pcie_rx_move_to_allocator()
173 * @rbd_empty: RBDs with no page attached for allocator use. This is a list175 * @lock: protects the rbd_allocated and rbd_empty lists183 struct list_head rbd_empty; member