Searched refs:rx_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/include/acpi/ |
H A D | pcc.h | 41 void *(*rx_alloc)(struct mbox_client *cl, int size); member
|
/linux/drivers/mailbox/ |
H A D | pcc.c | 319 buffer = pchan->chan.rx_alloc(pchan->chan.mchan->cl, data_len); in write_response() 362 if (pchan->chan.rx_alloc) in pcc_mbox_irq()
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
H A D | rx.c | 652 container_of(data, struct iwl_rb_allocator, rx_alloc); in iwl_pcie_rx_allocator_work() 1097 cancel_work_sync(&rba->rx_alloc); in _iwl_pcie_rx_init() 1220 cancel_work_sync(&rba->rx_alloc); in iwl_pcie_rx_free() 1293 queue_work(rba->alloc_wq, &rba->rx_alloc); in iwl_pcie_rx_reuse_rbd()
|
H A D | internal.h | 186 struct work_struct rx_alloc; member
|
H A D | trans.c | 3819 INIT_WORK(&trans_pcie->rba.rx_alloc, iwl_pcie_rx_allocator_work); in iwl_trans_pcie_alloc()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 865 u64 rx_page, rx_buf, rx_reuse, rx_alloc, rx_waive, rx_busy; in i40e_update_vsi_stats() local 901 rx_alloc = 0; in i40e_update_vsi_stats() 939 rx_alloc += p->rx_stats.page_alloc_count; in i40e_update_vsi_stats() 971 vsi->rx_page_alloc = rx_alloc; in i40e_update_vsi_stats()
|