Home
last modified time | relevance | path

Searched refs:rbd_allocated (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c110 * allocator.rbd_allocated -> rxq.rx_free -> rxq.queue
589 list_splice_tail(&local_allocated, &rba->rbd_allocated); in iwl_pcie_rx_allocator()
638 list_first_entry(&rba->rbd_allocated, in iwl_pcie_rx_allocator_get()
1102 INIT_LIST_HEAD(&rba->rbd_allocated); in _iwl_pcie_rx_init()
H A Dinternal.h171 * @rbd_allocated: RBDs with pages allocated and ready to be handled to
175 * @lock: protects the rbd_allocated and rbd_empty lists
182 struct list_head rbd_allocated; member