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

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c252 u_int tpds_needed, i, n, tpd_cnt; local
292 tpd_cnt = 0;
293 tpd_list[tpd_cnt++] = tpd;
301 tpd_list[tpd_cnt++] = tpd;
314 tpd_cnt, n, tpd->tpd.bufs[n].addr, tpd->tpd.bufs[n].len));
325 if (tpd_cnt > 1) {
329 arg->first->map = tpd_list[tpd_cnt - 1]->map;
330 tpd_list[tpd_cnt - 1]->map = tmp;
332 tpd_list[tpd_cnt - 1]->mbuf = arg->mbuf;
335 tpd_list[tpd_cnt
[all...]

Completed in 49 milliseconds