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

/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c601 unsigned num_qps_mw, mw_num, mw_count; local
604 mw_num = QP_TO_MW(nt, qp_num);
605 mw = &nt->mw_vec[mw_num];
615 if (mw_num < nt->qp_count % mw_count)
1334 unsigned num_qps_mw, mw_num, mw_count; local
1337 mw_num = QP_TO_MW(nt, qp_num);
1338 mw = &nt->mw_vec[mw_num];
1343 if (mw_num < nt->qp_count % mw_count)

Completed in 153 milliseconds