Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1728 gem_append_rxbuf(struct gem_dev *dp, struct rxbuf *rbp_head) in gem_append_rxbuf() argument
1734 ASSERT(rbp_head != NULL); in gem_append_rxbuf()
1744 dp->rx_buf_head = rbp_head; in gem_append_rxbuf()
1747 dp->rx_buf_tail->rxb_next = rbp_head; in gem_append_rxbuf()
1751 for (rbp = rbp_head; rbp; rbp = rbp->rxb_next) { in gem_append_rxbuf()