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);
725 int start_tx; in tsec_start_locked() local
729 start_tx = 0; in tsec_start_locked()
777 tsec_encap(ifp, sc, m0, fcb_flags, &start_tx); in tsec_start_locked()
782 if (start_tx) { in tsec_start_locked()
791 uint16_t fcb_flags, int *start_tx) in tsec_encap() argument
866 *start_tx = 1; in tsec_encap()
/freebsd/sys/dev/xl/
H A Dif_xl.c2446 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_locked() local
2468 start_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked()
2531 sc->xl_cdata.xl_tx_tail->xl_next = start_tx; in xl_start_locked()
2533 htole32(start_tx->xl_phys); in xl_start_locked()
2538 sc->xl_cdata.xl_tx_head = start_tx; in xl_start_locked()
2544 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys); in xl_start_locked()
2578 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_90xB_locked() local
2589 start_tx = &sc->xl_cdata.xl_tx_chain[idx]; in xl_start_90xB_locked()
2648 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.c1389 struct my_chain *cur_tx = NULL, *start_tx; in my_start_locked() local
1404 start_tx = sc->my_cdata.my_tx_free; in my_start_locked()
1417 if (cur_tx != start_tx) in my_start_locked()
1443 sc->my_cdata.my_tx_head = start_tx; in my_start_locked()
1444 MY_TXOWN(start_tx) = MY_OWNByNIC; in my_start_locked()