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