Home
last modified time | relevance | path

Searched refs:txfill_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c367 uint64_t txfill_next; in bge_send_serial() local
389 txfill_next = srp->txfill_next; in bge_send_serial()
393 pktp = &srp->pktp[txfill_next]; in bge_send_serial()
460 txfill_next = NEXT(txfill_next, BGE_SEND_BUF_MAX); in bge_send_serial()
469 srp->txfill_next = txfill_next; in bge_send_serial()
H A Dbge_impl.h532 uint64_t txfill_next; member
H A Dbge_kstats.c426 (knp++)->value.ui64 = bgep->send[0].txfill_next; in bge_driverinfo_update()
H A Dbge_main2.c193 srp->txfill_next = 0; in bge_reinit_send_ring()