Home
last modified time | relevance | path

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

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