Home
last modified time | relevance | path

Searched refs:aer_rpc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv.c122 static void aer_enable_rootport(struct aer_rpc *rpc) in aer_enable_rootport()
164 static void aer_disable_rootport(struct aer_rpc *rpc) in aer_disable_rootport()
198 struct aer_rpc *rpc = get_service_data(pdev); in aer_irq()
251 static struct aer_rpc *aer_alloc_rpc(struct pcie_device *dev) in aer_alloc_rpc()
253 struct aer_rpc *rpc; in aer_alloc_rpc()
255 rpc = kzalloc(sizeof(struct aer_rpc), GFP_KERNEL); in aer_alloc_rpc()
280 struct aer_rpc *rpc = get_service_data(dev); in aer_remove()
304 struct aer_rpc *rpc; in aer_probe()
Daerdrv.h59 struct aer_rpc { struct
Daerdrv_core.c778 static int get_e_source(struct aer_rpc *rpc, struct aer_err_source *e_src) in get_e_source()
806 struct aer_rpc *rpc = container_of(work, struct aer_rpc, dpc_handler); in aer_isr()