Lines Matching defs:context

309 	void (*completion_func)(void *context, struct pci_response *resp,
524 * processed in order and deferred so that they don't run in the context
562 void (*block_invalidate)(void *context, u64 block_mask);
577 static void hv_pci_onchannelcallback(void *context);
950 * @context: Set up by the sender of the packet.
958 static void hv_pci_generic_compl(void *context, struct pci_response *resp,
961 struct hv_pci_compl *comp_pkt = context;
1381 * @context: Identifies the read config operation
1385 static void hv_pci_read_config_compl(void *context, struct pci_response *resp,
1388 struct hv_read_config_compl *comp = context;
1481 * @context: Identifies the write config operation
1485 static void hv_pci_write_config_compl(void *context, struct pci_response *resp,
1488 struct hv_pci_compl *comp_pkt = context;
1568 * @context: Identifies the device.
1573 static int hv_register_block_invalidate(struct pci_dev *pdev, void *context,
1574 void (*block_invalidate)(void *context,
1587 hpdev->invalidate_context = context;
1622 * @info: Extra MSI-related context
1678 static void hv_pci_compose_compl(void *context, struct pci_response *resp,
1681 struct compose_comp_ctxt *comp_pkt = context;
2426 * @context: The completion context.
2433 static void q_resource_requirements(void *context, struct pci_response *resp,
2436 struct q_res_req_compl *completion = context;
2912 * @context: Internal bus tracking struct
2917 static void hv_pci_onchannelcallback(void *context)
2921 struct hv_pcibus_device *hbus = context;
3942 * before calling vmbus_close(), since it runs in a process context
3945 * context, can be still running concurrently and scheduling new work