Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wb/
HDif_wb.c1257 struct wb_chain *cur_tx = NULL, *start_tx; local
1271 start_tx = sc->wb_cdata.wb_tx_free;
1285 if (cur_tx != start_tx)
1313 sc->wb_cdata.wb_tx_head = start_tx;
1314 WB_TXOWN(start_tx) = WB_TXSTAT_OWN;
1329 WB_TXOWN(start_tx) = WB_UNSENT;
/NextBSD/sys/dev/xl/
HDif_xl.c2452 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_locked() local
2474 start_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked()
2537 sc->xl_cdata.xl_tx_tail->xl_next = start_tx; in xl_start_locked()
2539 htole32(start_tx->xl_phys); in xl_start_locked()
2544 sc->xl_cdata.xl_tx_head = start_tx; in xl_start_locked()
2550 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys); in xl_start_locked()
2584 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_90xB_locked() local
2595 start_tx = &sc->xl_cdata.xl_tx_chain[idx]; in xl_start_90xB_locked()
2654 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx->xl_phys); in xl_start_90xB_locked()
/NextBSD/sys/dev/my/
HDif_my.c1402 struct my_chain *cur_tx = NULL, *start_tx; in my_start_locked() local
1417 start_tx = sc->my_cdata.my_tx_free; in my_start_locked()
1430 if (cur_tx != start_tx) in my_start_locked()
1456 sc->my_cdata.my_tx_head = start_tx; in my_start_locked()
1457 MY_TXOWN(start_tx) = MY_OWNByNIC; in my_start_locked()
/NextBSD/sys/dev/tl/
HDif_tl.c1882 struct tl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
1896 start_tx = sc->tl_cdata.tl_tx_free;
1940 sc->tl_cdata.tl_tx_head = start_tx;
1945 CSR_WRITE_4(sc, TL_CH_PARM, vtophys(start_tx->tl_ptr));
1952 sc->tl_cdata.tl_tx_tail->tl_next = start_tx;