Searched refs:delta_vchan1 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_rrb.c333 int delta_vchan1; local
380 delta_vchan1 = desired_vchan1 - orig_vchan1;
391 while ((delta_vchan0 + delta_vchan1) > avail_rrbs) {
395 (orig_vchan1 + delta_vchan1))))
398 delta_vchan1--;
404 final_vchan1 = orig_vchan1 + delta_vchan1;
421 if (delta_vchan1 < 0)
422 (void) do_pcibr_rrb_free(bridge, PCIBR_RRB_SLOT_VIRTUAL + pciio_slot, -delta_vchan1);
426 if (delta_vchan1 > 0)
427 (void) do_pcibr_rrb_alloc(bridge, PCIBR_RRB_SLOT_VIRTUAL + pciio_slot, delta_vchan1);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c756 int delta_vchan1; local
791 delta_vchan1 = desired_vchan1 - orig_vchan1;
802 while ((delta_vchan0 + delta_vchan1) > avail_rrbs) {
806 (orig_vchan1 + delta_vchan1))))
809 delta_vchan1--;
815 final_vchan1 = orig_vchan1 + delta_vchan1;
832 if (delta_vchan1 < 0)
833 (void) do_pcibr_rrb_free(bridge, PCIBR_RRB_SLOT_VIRTUAL + pciio_slot, -delta_vchan1);
837 if (delta_vchan1 > 0)
838 (void) do_pcibr_rrb_alloc(bridge, PCIBR_RRB_SLOT_VIRTUAL + pciio_slot, delta_vchan1);
[all...]

Completed in 78 milliseconds