Lines Matching defs:wslot

268 	union win_slot_encoding wslot;
339 union win_slot_encoding wslot;
347 union win_slot_encoding wslot;
354 union win_slot_encoding wslot;
362 union win_slot_encoding wslot;
370 union win_slot_encoding wslot;
382 union win_slot_encoding wslot;
388 union win_slot_encoding wslot;
393 * Note: the VM must pass a valid block id, wslot and bytes_requested.
398 union win_slot_encoding wslot;
409 * Note: the VM must pass a valid block id, wslot and byte_count.
414 union win_slot_encoding wslot;
421 union win_slot_encoding wslot;
427 union win_slot_encoding wslot;
432 union win_slot_encoding wslot;
574 u32 wslot);
620 union win_slot_encoding wslot;
622 wslot.slot = 0;
623 wslot.bits.dev = PCI_SLOT(devfn);
624 wslot.bits.func = PCI_FUNC(devfn);
626 return wslot.slot;
631 * @wslot: The Windows representation of PCI slot
637 static int wslot_to_devfn(u32 wslot)
641 slot_no.slot = wslot;
958 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
1038 write_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
1120 int_pkt->wslot.slot = hpdev->desc.win_slot.slot;
1348 int_pkt->wslot.slot = slot;
1369 int_pkt->wslot.slot = slot;
2019 res_req->wslot.slot = desc->win_slot.slot;
2049 * @wslot: Location on the bus
2060 u32 wslot)
2067 if (iter->desc.win_slot.slot == wslot) {
2362 int wslot;
2377 wslot = wslot_to_devfn(hpdev->desc.win_slot.slot);
2378 pdev = pci_get_domain_bus_and_slot(hbus->sysdata.domain, 0, wslot);
2396 ejct_pkt->wslot.slot = hpdev->desc.win_slot.slot;
2541 dev_message->wslot.slot);
2552 inval->wslot.slot);
2983 int wslot;
2995 for (wslot = 0; wslot < 256; wslot++) {
2996 hpdev = get_pcichild_wslot(hbus, wslot);
3010 res_assigned->wslot.slot = hpdev->desc.win_slot.slot;
3016 res_assigned2->wslot.slot = hpdev->desc.win_slot.slot;
3037 hbus->wslot_res_allocated = wslot;
3056 int wslot;
3059 for (wslot = hbus->wslot_res_allocated; wslot >= 0; wslot--) {
3060 hpdev = get_pcichild_wslot(hbus, wslot);
3066 pkt.wslot.slot = hpdev->desc.win_slot.slot;
3075 hbus->wslot_res_allocated = wslot - 1;