Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hatm/
HDif_hatm_tx.c255 struct tpd *tpd_list[HE_CONFIG_MAX_TPD_PER_PACKET]; in hatm_load_txbuf() local
293 tpd_list[tpd_cnt++] = tpd; in hatm_load_txbuf()
301 tpd_list[tpd_cnt++] = tpd; 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()
338 if (hatm_queue_tpds(arg->sc, tpd_cnt, tpd_list, arg->first->cid)) { in hatm_load_txbuf()
341 hatm_free_tpd(arg->sc, tpd_list[i]); in hatm_load_txbuf()
782 struct tpd *tpd_list[1]; in hatm_tx_vcc_close() local
[all …]
HDif_hatmvar.h178 SLIST_HEAD(tpd_list, tpd);
409 struct tpd_list tpd_free; /* Free TPDs */