Lines Matching refs:tx_slot
153 int tx_slot;
677 cm->tx_buf[cm->tx_slot] = req->buffer;
684 ++cm->tx_slot;
685 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1);
752 cm->tx_buf[cm->tx_slot] = buffer;
755 riocm_debug(TX, "Add buf@%p destid=%x tx_slot=%d tx_cnt=%d",
756 buffer, rdev->destid, cm->tx_slot, cm->tx_cnt);
759 ++cm->tx_slot;
760 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1);
2148 cm->tx_slot = 0;