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

/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.c1259 struct wb_chain *cur_tx = NULL, *start_tx; local
1273 start_tx = sc->wb_cdata.wb_tx_free;
1287 if (cur_tx != start_tx)
1315 sc->wb_cdata.wb_tx_head = start_tx;
1316 WB_TXOWN(start_tx) = WB_TXSTAT_OWN;
1331 WB_TXOWN(start_tx) = WB_UNSENT;
/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.c2453 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2475 start_tx = sc->xl_cdata.xl_tx_free;
2538 sc->xl_cdata.xl_tx_tail->xl_next = start_tx;
2540 htole32(start_tx->xl_phys);
2545 sc->xl_cdata.xl_tx_head = start_tx;
2551 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys);
2585 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2596 start_tx = &sc->xl_cdata.xl_tx_chain[idx];
2655 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx
[all...]
/freebsd-11-stable/sys/dev/my/
H A Dif_my.c1402 struct my_chain *cur_tx = NULL, *start_tx; local
1417 start_tx = sc->my_cdata.my_tx_free;
1430 if (cur_tx != start_tx)
1456 sc->my_cdata.my_tx_head = start_tx;
1457 MY_TXOWN(start_tx) = MY_OWNByNIC;
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c1884 struct tl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
1898 start_tx = sc->tl_cdata.tl_tx_free;
1942 sc->tl_cdata.tl_tx_head = start_tx;
1947 CSR_WRITE_4(sc, TL_CH_PARM, vtophys(start_tx->tl_ptr));
1954 sc->tl_cdata.tl_tx_tail->tl_next = start_tx;

Completed in 201 milliseconds