Lines Matching defs:wslot
295 union win_slot_encoding wslot;
366 union win_slot_encoding wslot;
374 union win_slot_encoding wslot;
381 union win_slot_encoding wslot;
389 union win_slot_encoding wslot;
397 union win_slot_encoding wslot;
409 union win_slot_encoding wslot;
415 union win_slot_encoding wslot;
421 union win_slot_encoding wslot;
426 * Note: the VM must pass a valid block id, wslot and bytes_requested.
431 union win_slot_encoding wslot;
442 * Note: the VM must pass a valid block id, wslot and byte_count.
447 union win_slot_encoding wslot;
454 union win_slot_encoding wslot;
460 union win_slot_encoding wslot;
465 union win_slot_encoding wslot;
968 u32 wslot);
1011 union win_slot_encoding wslot;
1013 wslot.slot = 0;
1014 wslot.bits.dev = PCI_SLOT(devfn);
1015 wslot.bits.func = PCI_FUNC(devfn);
1017 return wslot.slot;
1022 * @wslot: The Windows representation of PCI slot
1028 static int wslot_to_devfn(u32 wslot)
1032 slot_no.slot = wslot;
1450 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
1530 write_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
1612 int_pkt->wslot.slot = hpdev->desc.win_slot.slot;
1700 int_pkt->wslot.slot = slot;
1781 int_pkt->wslot.slot = slot;
1797 int_pkt->wslot.slot = slot;
2494 res_req->wslot.slot = desc->win_slot.slot;
2524 * @wslot: Location on the bus
2535 u32 wslot)
2542 if (iter->desc.win_slot.slot == wslot) {
2836 int wslot;
2853 wslot = wslot_to_devfn(hpdev->desc.win_slot.slot);
2854 pdev = pci_get_domain_bus_and_slot(hbus->bridge->domain_nr, 0, wslot);
2872 ejct_pkt->wslot.slot = hpdev->desc.win_slot.slot;
3039 dev_message->wslot.slot);
3055 inval->wslot.slot);
3484 int wslot;
3496 for (wslot = 0; wslot < 256; wslot++) {
3497 hpdev = get_pcichild_wslot(hbus, wslot);
3511 res_assigned->wslot.slot = hpdev->desc.win_slot.slot;
3517 res_assigned2->wslot.slot = hpdev->desc.win_slot.slot;
3538 hbus->wslot_res_allocated = wslot;
3557 int wslot;
3560 for (wslot = hbus->wslot_res_allocated; wslot >= 0; wslot--) {
3561 hpdev = get_pcichild_wslot(hbus, wslot);
3567 pkt.wslot.slot = hpdev->desc.win_slot.slot;
3576 hbus->wslot_res_allocated = wslot - 1;