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

/freebsd-10.2-release/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-10.2-release/sys/dev/xl/
H A Dif_xl.c2449 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2471 start_tx = sc->xl_cdata.xl_tx_free;
2534 sc->xl_cdata.xl_tx_tail->xl_next = start_tx;
2536 htole32(start_tx->xl_phys);
2541 sc->xl_cdata.xl_tx_head = start_tx;
2547 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys);
2581 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2592 start_tx = &sc->xl_cdata.xl_tx_chain[idx];
2651 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx
[all...]
/freebsd-10.2-release/sys/dev/tl/
H A Dif_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;
/freebsd-10.2-release/sys/dev/my/
H A Dif_my.c1403 struct my_chain *cur_tx = NULL, *start_tx; local
1418 start_tx = sc->my_cdata.my_tx_free;
1431 if (cur_tx != start_tx)
1457 sc->my_cdata.my_tx_head = start_tx;
1458 MY_TXOWN(start_tx) = MY_OWNByNIC;

Completed in 114 milliseconds