Home
last modified time | relevance | path

Searched refs:rx_index (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c1126 curr = ip->rx_index; in iprb_rx_add()
1131 ip->rx_index = next; in iprb_rx_add()
1150 ip->rx_index = 0; in iprb_rx_init()
1154 ip->rx_index = 0; in iprb_rx_init()
1173 rfd = &ip->rxb[ip->rx_index]; in iprb_rx()
H A Diprb.h83 uint16_t rx_index; member