Home
last modified time | relevance | path

Searched refs:rf_next (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile_priv.h63 SLIST_ENTRY(rcfile) rf_next;
H A Drcfile.c117 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_open()
202 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_open_sharectl()
240 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close()
254 SLIST_FOREACH(p, &pf_head, rf_next) in rc_cachelookup()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c63 slot = brp->rf_next; in bge_refill()
64 brp->rf_next = NEXT(slot, brp->desc.nslots); in bge_refill()
H A Dbge_impl.h409 uint64_t rf_next; /* next slot to refill */ member
H A Dbge_main2.c296 brp->rf_next = (nslots != 0) ? (nslots-1) : 0; in bge_reinit_buff_ring()
H A Dbge_chip2.c4976 bgep->buff[ring].rf_next); in bge_chip_start()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c139 free_slot = rgep->rf_next; in rge_rx_refill()
148 rgep->rf_next = NEXT(free_slot, RGE_BUF_SLOTS); in rge_rx_refill()
H A Drge.h434 uint32_t rf_next; /* current free buf index */ member
H A Drge_main.c601 rgep->rf_next = 0; in rge_init_buf_ring()