Lines Matching refs:ctxt
1602 } ctxt;
1608 memset(&ctxt, 0, sizeof(ctxt));
1609 int_pkt = (struct pci_delete_interrupt *)&ctxt.pkt.message;
1844 } __packed ctxt;
1921 memset(&ctxt, 0, sizeof(ctxt));
1923 ctxt.pci_pkt.completion_func = hv_pci_compose_compl;
1924 ctxt.pci_pkt.compl_ctxt = ∁
1928 size = hv_compose_msi_req_v1(&ctxt.int_pkts.v1,
1936 size = hv_compose_msi_req_v2(&ctxt.int_pkts.v2,
1944 size = hv_compose_msi_req_v3(&ctxt.int_pkts.v3,
1961 ret = vmbus_sendpacket_getid(hpdev->hbus->hdev->channel, &ctxt.int_pkts,
1962 size, (unsigned long)&ctxt.pci_pkt,
2045 vmbus_request_addr_match(channel, trans_id, (unsigned long)&ctxt.pci_pkt);
2840 } ctxt;
2869 memset(&ctxt, 0, sizeof(ctxt));
2870 ejct_pkt = (struct pci_eject_response *)&ctxt.pkt.message;