Lines Matching refs:wslot

268 	union win_slot_encoding wslot;  member
339 union win_slot_encoding wslot; member
347 union win_slot_encoding wslot; member
354 union win_slot_encoding wslot; member
362 union win_slot_encoding wslot; member
370 union win_slot_encoding wslot; member
382 union win_slot_encoding wslot; member
388 union win_slot_encoding wslot; member
398 union win_slot_encoding wslot; member
414 union win_slot_encoding wslot; member
421 union win_slot_encoding wslot; member
427 union win_slot_encoding wslot; member
432 union win_slot_encoding wslot; member
583 u32 wslot);
629 union win_slot_encoding wslot; in devfn_to_wslot() local
631 wslot.slot = 0; in devfn_to_wslot()
632 wslot.bits.dev = PCI_SLOT(devfn); in devfn_to_wslot()
633 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()
635 return wslot.slot; in devfn_to_wslot()
646 static int wslot_to_devfn(u32 wslot) in wslot_to_devfn() argument
650 slot_no.slot = wslot; in wslot_to_devfn()
967 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block()
1047 write_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_write_config_block()
1129 int_pkt->wslot.slot = hpdev->desc.win_slot.slot; in hv_int_desc_free()
1352 int_pkt->wslot.slot = slot; in hv_compose_msi_req_v1()
1373 int_pkt->wslot.slot = slot; in hv_compose_msi_req_v2()
2029 res_req->wslot.slot = desc->win_slot.slot; in new_pcichild_device()
2070 u32 wslot) in get_pcichild_wslot() argument
2077 if (iter->desc.win_slot.slot == wslot) { in get_pcichild_wslot()
2372 int wslot; in hv_eject_device_work() local
2389 wslot = wslot_to_devfn(hpdev->desc.win_slot.slot); in hv_eject_device_work()
2390 pdev = pci_get_domain_bus_and_slot(hbus->sysdata.domain, 0, wslot); in hv_eject_device_work()
2408 ejct_pkt->wslot.slot = hpdev->desc.win_slot.slot; in hv_eject_device_work()
2554 dev_message->wslot.slot); in hv_pci_onchannelcallback()
2565 inval->wslot.slot); in hv_pci_onchannelcallback()
2944 int wslot; in hv_send_resources_allocated() local
2956 for (wslot = 0; wslot < 256; wslot++) { in hv_send_resources_allocated()
2957 hpdev = get_pcichild_wslot(hbus, wslot); in hv_send_resources_allocated()
2971 res_assigned->wslot.slot = hpdev->desc.win_slot.slot; in hv_send_resources_allocated()
2977 res_assigned2->wslot.slot = hpdev->desc.win_slot.slot; in hv_send_resources_allocated()
2998 hbus->wslot_res_allocated = wslot; in hv_send_resources_allocated()
3017 int wslot; in hv_send_resources_released() local
3020 for (wslot = hbus->wslot_res_allocated; wslot >= 0; wslot--) { in hv_send_resources_released()
3021 hpdev = get_pcichild_wslot(hbus, wslot); in hv_send_resources_released()
3027 pkt.wslot.slot = hpdev->desc.win_slot.slot; in hv_send_resources_released()
3036 hbus->wslot_res_allocated = wslot - 1; in hv_send_resources_released()