Lines Matching refs:ctxt
1110 } ctxt;
1116 memset(&ctxt, 0, sizeof(ctxt));
1117 int_pkt = (struct pci_delete_interrupt *)&ctxt.pkt.message;
1123 (unsigned long)&ctxt.pkt, VM_PKT_DATA_INBAND, 0);
1415 } __packed ctxt;
1473 memset(&ctxt, 0, sizeof(ctxt));
1475 ctxt.pci_pkt.completion_func = hv_pci_compose_compl;
1476 ctxt.pci_pkt.compl_ctxt = ∁
1480 size = hv_compose_msi_req_v1(&ctxt.int_pkts.v1,
1489 size = hv_compose_msi_req_v2(&ctxt.int_pkts.v2,
1506 ret = vmbus_sendpacket(hpdev->hbus->hdev->channel, &ctxt.int_pkts,
1507 size, (unsigned long)&ctxt.pci_pkt,
2366 } ctxt;
2393 memset(&ctxt, 0, sizeof(ctxt));
2394 ejct_pkt = (struct pci_eject_response *)&ctxt.pkt.message;
2398 sizeof(*ejct_pkt), (unsigned long)&ctxt.pkt,