Searched refs:rf_next (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | rcfile_priv.h | 46 SLIST_ENTRY(rcfile) rf_next;
|
H A D | rcfile.c | 115 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_open() 174 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_popen_cmd() 195 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close() 209 SLIST_FOREACH(p, &pf_head, rf_next) in rc_cachelookup()
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_recv2.c | 63 slot = brp->rf_next; in bge_refill() 64 brp->rf_next = NEXT(slot, brp->desc.nslots); in bge_refill()
|
H A D | bge_impl.h | 409 uint64_t rf_next; /* next slot to refill */ member
|
H A D | bge_main2.c | 326 brp->rf_next = (nslots != 0) ? (nslots-1) : 0; in bge_reinit_buff_ring()
|
H A D | bge_chip2.c | 4875 bgep->buff[ring].rf_next); in bge_chip_start()
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 139 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 D | rge.h | 434 uint32_t rf_next; /* current free buf index */ member
|
H A D | rge_main.c | 601 rgep->rf_next = 0; in rge_init_buf_ring()
|