Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.c75 struct mbuf *m0, uint16_t fcb_flags, int *start_tx);
719 int start_tx; in tsec_start_locked() local
723 start_tx = 0; in tsec_start_locked()
771 tsec_encap(ifp, sc, m0, fcb_flags, &start_tx); in tsec_start_locked()
776 if (start_tx) { in tsec_start_locked()
785 uint16_t fcb_flags, int *start_tx) in tsec_encap() argument
860 *start_tx = 1; in tsec_encap()
/freebsd/sys/dev/xl/
H A Dif_xl.c2439 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_locked() local
2461 start_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked()
2524 sc->xl_cdata.xl_tx_tail->xl_next = start_tx; in xl_start_locked()
2526 htole32(start_tx->xl_phys); in xl_start_locked()
2531 sc->xl_cdata.xl_tx_head = start_tx; in xl_start_locked()
2537 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys); in xl_start_locked()
2571 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_90xB_locked() local
2582 start_tx = &sc->xl_cdata.xl_tx_chain[idx]; in xl_start_90xB_locked()
2641 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx->xl_phys); in xl_start_90xB_locked()
/freebsd/sys/dev/my/
H A Dif_my.c1383 struct my_chain *cur_tx = NULL, *start_tx; in my_start_locked() local
1398 start_tx = sc->my_cdata.my_tx_free; in my_start_locked()
1411 if (cur_tx != start_tx) in my_start_locked()
1437 sc->my_cdata.my_tx_head = start_tx; in my_start_locked()
1438 MY_TXOWN(start_tx) = MY_OWNByNIC; in my_start_locked()