Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/
H A Drio_cm.c173 int inuse_cnt; member
840 ch->rx_ring.inuse_cnt--; in riocm_ch_free_rxbuf()
877 if (ch->rx_ring.inuse_cnt == RIOCM_RX_RING_SIZE) { in riocm_ch_receive()
911 ch->rx_ring.inuse_cnt++; in riocm_ch_receive()
1323 ch->rx_ring.inuse_cnt = 0; in riocm_ch_alloc()
1370 if (ch->rx_ring.inuse_cnt) { in riocm_ch_free()
1372 i < RIOCM_RX_RING_SIZE && ch->rx_ring.inuse_cnt; i++) { in riocm_ch_free()
1375 ch->rx_ring.inuse_cnt--; in riocm_ch_free()