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

/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c77 struct mbuf *m0, uint16_t fcb_flags, int *start_tx);
729 int start_tx; local
733 start_tx = 0;
781 tsec_encap(ifp, sc, m0, fcb_flags, &start_tx);
786 if (start_tx) {
795 uint16_t fcb_flags, int *start_tx)
870 *start_tx = 1;
794 tsec_encap(struct ifnet *ifp, struct tsec_softc *sc, struct mbuf *m0, uint16_t fcb_flags, int *start_tx) argument
/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c2454 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2476 start_tx = sc->xl_cdata.xl_tx_free;
2539 sc->xl_cdata.xl_tx_tail->xl_next = start_tx;
2541 htole32(start_tx->xl_phys);
2546 sc->xl_cdata.xl_tx_head = start_tx;
2552 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys);
2586 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; local
2597 start_tx = &sc->xl_cdata.xl_tx_chain[idx];
2656 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx
[all...]
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1395 struct my_chain *cur_tx = NULL, *start_tx; local
1410 start_tx = sc->my_cdata.my_tx_free;
1423 if (cur_tx != start_tx)
1449 sc->my_cdata.my_tx_head = start_tx;
1450 MY_TXOWN(start_tx) = MY_OWNByNIC;

Completed in 51 milliseconds