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

/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c2816 size_t bar_b2b_off; local
2825 bar_b2b_off = 0;
2829 bar_b2b_off = ntb->b2b_off;
2838 *base = bar->pbase + bar_b2b_off;
2840 *vbase = bar->vbase + bar_b2b_off;
2842 *size = bar->size - bar_b2b_off;

Completed in 45 milliseconds