Searched refs:start_tx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/tsec/ |
| H A D | if_tsec.c | 75 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-14.2/sys/dev/xl/ |
| H A D | if_xl.c | 2441 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_locked() local 2463 start_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked() 2526 sc->xl_cdata.xl_tx_tail->xl_next = start_tx; in xl_start_locked() 2528 htole32(start_tx->xl_phys); in xl_start_locked() 2533 sc->xl_cdata.xl_tx_head = start_tx; in xl_start_locked() 2539 CSR_WRITE_4(sc, XL_DOWNLIST_PTR, start_tx->xl_phys); in xl_start_locked() 2573 struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx; in xl_start_90xB_locked() local 2584 start_tx = &sc->xl_cdata.xl_tx_chain[idx]; in xl_start_90xB_locked() 2643 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx->xl_phys); in xl_start_90xB_locked()
|
| /freebsd-14.2/sys/dev/my/ |
| H A D | if_my.c | 1384 struct my_chain *cur_tx = NULL, *start_tx; in my_start_locked() local 1399 start_tx = sc->my_cdata.my_tx_free; in my_start_locked() 1412 if (cur_tx != start_tx) in my_start_locked() 1438 sc->my_cdata.my_tx_head = start_tx; in my_start_locked() 1439 MY_TXOWN(start_tx) = MY_OWNByNIC; in my_start_locked()
|