Lines Matching refs:wslot

242 	union win_slot_encoding wslot;  member
254 union win_slot_encoding wslot; member
292 union win_slot_encoding wslot; member
350 union win_slot_encoding wslot; member
358 union win_slot_encoding wslot; member
366 union win_slot_encoding wslot; member
372 union win_slot_encoding wslot; member
384 union win_slot_encoding wslot; member
390 union win_slot_encoding wslot; member
395 union win_slot_encoding wslot; member
438 union win_slot_encoding wslot; member
491 union win_slot_encoding wslot; in devfn_to_wslot() local
493 wslot.val = 0; in devfn_to_wslot()
494 wslot.bits.slot = PCI_SLOT(devfn); in devfn_to_wslot()
495 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()
497 return (wslot.val); in devfn_to_wslot()
501 wslot_to_devfn(uint32_t wslot) in wslot_to_devfn() argument
507 encoding.val = wslot; in wslot_to_devfn()
623 int_pkt->wslot.val = hpdev->desc.wslot.val; in hv_int_desc_free()
640 devfn = wslot_to_devfn(hpdev->desc.wslot.val); in hv_pci_delete_device()
686 res_req->wslot.val = desc->wslot.val; in new_pcichild_device()
765 if ((hpdev->desc.wslot.val == in pci_devices_present_work()
766 new_desc->wslot.val) && in pci_devices_present_work()
808 get_pcichild_wslot(struct hv_pcibus *hbus, uint32_t wslot) in get_pcichild_wslot() argument
814 if (hpdev->desc.wslot.val == wslot) { in get_pcichild_wslot()
888 union win_slot_encoding wslot = hpdev->desc.wslot; in hv_eject_device_work() local
901 eject_pkt->wslot.val = wslot.val; in hv_eject_device_work()
1020 dev_msg->wslot.val); in vmbus_pcib_on_channel_callback()
1179 uint32_t wslot; in hv_send_resources_allocated() local
1188 for (wslot = 0; wslot < 256; wslot++) { in hv_send_resources_allocated()
1189 hpdev = get_pcichild_wslot(hbus, wslot); in hv_send_resources_allocated()
1204 res_assigned->wslot.val = hpdev->desc.wslot.val; in hv_send_resources_allocated()
1210 res_assigned2->wslot.val = hpdev->desc.wslot.val; in hv_send_resources_allocated()
1242 uint32_t wslot; in hv_send_resources_released() local
1245 for (wslot = 0; wslot < 256; wslot++) { in hv_send_resources_released()
1246 hpdev = get_pcichild_wslot(hbus, wslot); in hv_send_resources_released()
1251 pkt.wslot.val = hpdev->desc.wslot.val; in hv_send_resources_released()
1320 hv_cfg_write_4(hbus, 0, hpdev->desc.wslot.val); in _hv_pcifront_read_config()
1365 hv_cfg_write_4(hbus, 0, hpdev->desc.wslot.val); in _hv_pcifront_write_config()
1951 ctxt.int_pkts.v1.wslot.val = hpdev->desc.wslot.val; in vmbus_pcib_map_msi()
1963 ctxt.int_pkts.v3.wslot.val = hpdev->desc.wslot.val; in vmbus_pcib_map_msi()