tx_slot 167 arch/powerpc/sysdev/fsl_rmu.c int tx_slot; tx_slot 666 arch/powerpc/sysdev/fsl_rmu.c + rmu->msg_tx_ring.tx_slot; tx_slot 677 arch/powerpc/sysdev/fsl_rmu.c memcpy(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot], buffer, tx_slot 680 arch/powerpc/sysdev/fsl_rmu.c memset(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot] tx_slot 694 arch/powerpc/sysdev/fsl_rmu.c | rmu->msg_tx_ring.phys_buffer[rmu->msg_tx_ring.tx_slot]; tx_slot 701 arch/powerpc/sysdev/fsl_rmu.c if (++rmu->msg_tx_ring.tx_slot == rmu->msg_tx_ring.size) tx_slot 702 arch/powerpc/sysdev/fsl_rmu.c rmu->msg_tx_ring.tx_slot = 0; tx_slot 763 arch/powerpc/sysdev/fsl_rmu.c rmu->msg_tx_ring.tx_slot = 0; tx_slot 95 drivers/hsi/clients/cmt_speech.c unsigned int tx_slot; tx_slot 716 drivers/hsi/clients/cmt_speech.c hi->tx_slot = slot; tx_slot 717 drivers/hsi/clients/cmt_speech.c address = (u32 *)(hi->mmap_base + hi->tx_offsets[hi->tx_slot]); tx_slot 956 drivers/hsi/clients/cmt_speech.c hi->tx_slot = 0; tx_slot 1241 drivers/isdn/hardware/mISDN/hfcpci.c u_char rx_slot = 0, tx_slot = 0, pcm_mode; tx_slot 1256 drivers/isdn/hardware/mISDN/hfcpci.c tx_slot = (bc >> 16) & 0xff; tx_slot 1386 drivers/isdn/hardware/mISDN/hfcpci.c tx_slot = 0; tx_slot 1390 drivers/isdn/hardware/mISDN/hfcpci.c tx_slot |= 0xC0; tx_slot 1393 drivers/isdn/hardware/mISDN/hfcpci.c tx_slot |= 0x80; tx_slot 1400 drivers/isdn/hardware/mISDN/hfcpci.c __func__, tx_slot); tx_slot 1403 drivers/isdn/hardware/mISDN/hfcpci.c Write_hfc(hc, HFCPCI_B2_SSL, tx_slot); tx_slot 1409 drivers/isdn/hardware/mISDN/hfcpci.c __func__, tx_slot); tx_slot 1412 drivers/isdn/hardware/mISDN/hfcpci.c Write_hfc(hc, HFCPCI_B1_SSL, tx_slot); tx_slot 64 drivers/net/ethernet/apple/macmace.c int tx_slot, tx_sloti, tx_count; tx_slot 154 drivers/net/ethernet/apple/macmace.c mp->tx_slot = mp->tx_sloti = 0; tx_slot 468 drivers/net/ethernet/apple/macmace.c psc_write_long(PSC_ENETWR_ADDR + mp->tx_slot, (u32) mp->tx_ring_phys); tx_slot 469 drivers/net/ethernet/apple/macmace.c psc_write_long(PSC_ENETWR_LEN + mp->tx_slot, skb->len); tx_slot 470 drivers/net/ethernet/apple/macmace.c psc_write_word(PSC_ENETWR_CMD + mp->tx_slot, 0x9800); tx_slot 472 drivers/net/ethernet/apple/macmace.c mp->tx_slot ^= 0x10; tx_slot 755 drivers/net/ethernet/ibm/emac/core.c dev->tx_cnt = dev->tx_slot = dev->ack_slot = 0; tx_slot 1250 drivers/net/ethernet/ibm/emac/core.c dev->tx_cnt = dev->tx_slot = dev->ack_slot = dev->rx_slot = 0; tx_slot 1464 drivers/net/ethernet/ibm/emac/core.c slot = dev->tx_slot++; tx_slot 1465 drivers/net/ethernet/ibm/emac/core.c if (dev->tx_slot == NUM_TX_BUFF) { tx_slot 1466 drivers/net/ethernet/ibm/emac/core.c dev->tx_slot = 0; tx_slot 1538 drivers/net/ethernet/ibm/emac/core.c slot = dev->tx_slot; tx_slot 1565 drivers/net/ethernet/ibm/emac/core.c DBG2(dev, "xmit_sg(%u) %d - %d" NL, skb->len, dev->tx_slot, slot); tx_slot 1571 drivers/net/ethernet/ibm/emac/core.c if (dev->tx_slot == NUM_TX_BUFF - 1) tx_slot 1574 drivers/net/ethernet/ibm/emac/core.c dev->tx_desc[dev->tx_slot].ctrl = ctrl; tx_slot 1575 drivers/net/ethernet/ibm/emac/core.c dev->tx_slot = (slot + 1) % NUM_TX_BUFF; tx_slot 1583 drivers/net/ethernet/ibm/emac/core.c while (slot != dev->tx_slot) { tx_slot 243 drivers/net/ethernet/ibm/emac/core.h int tx_slot; tx_slot 56 drivers/net/rionet.c int tx_slot; tx_slot 151 drivers/net/rionet.c rnet->tx_skb[rnet->tx_slot] = skb; tx_slot 159 drivers/net/rionet.c ++rnet->tx_slot; tx_slot 160 drivers/net/rionet.c rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1); tx_slot 346 drivers/net/rionet.c rnet->tx_slot = 0; tx_slot 305 drivers/net/wireless/ath/ath9k/htc.h DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM); tx_slot 144 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c int padpos, padsize, ret, tx_slot; tx_slot 166 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c tx_slot = ath9k_htc_tx_get_slot(priv); tx_slot 167 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c if (tx_slot < 0) { tx_slot 173 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c ret = ath9k_htc_tx_start(priv, NULL, skb, tx_slot, true); tx_slot 175 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c ath9k_htc_tx_clear_slot(priv, tx_slot); tx_slot 300 drivers/net/wireless/ath/ath9k/htc_drv_debug.c MAX_TX_BUF_NUM, priv->tx.tx_slot, tx_slot 301 drivers/net/wireless/ath/ath9k/htc_drv_debug.c bitmap_weight(priv->tx.tx_slot, MAX_TX_BUF_NUM)); tx_slot 84 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c slot = find_first_zero_bit(priv->tx.tx_slot, MAX_TX_BUF_NUM); tx_slot 89 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c __set_bit(slot, priv->tx.tx_slot); tx_slot 98 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c __clear_bit(slot, priv->tx.tx_slot); tx_slot 1672 drivers/rapidio/devices/tsi721.c u32 tx_slot; tx_slot 1681 drivers/rapidio/devices/tsi721.c tx_slot = priv->omsg_ring[mbox].tx_slot; tx_slot 1684 drivers/rapidio/devices/tsi721.c memcpy(priv->omsg_ring[mbox].omq_base[tx_slot], buffer, len); tx_slot 1691 drivers/rapidio/devices/tsi721.c desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); tx_slot 1694 drivers/rapidio/devices/tsi721.c if (tx_slot % 4 == 0) tx_slot 1695 drivers/rapidio/devices/tsi721.c desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); tx_slot 1697 drivers/rapidio/devices/tsi721.c desc[tx_slot].msg_info = tx_slot 1700 drivers/rapidio/devices/tsi721.c desc[tx_slot].bufptr_lo = tx_slot 1701 drivers/rapidio/devices/tsi721.c cpu_to_le32((u64)priv->omsg_ring[mbox].omq_phys[tx_slot] & tx_slot 1703 drivers/rapidio/devices/tsi721.c desc[tx_slot].bufptr_hi = tx_slot 1704 drivers/rapidio/devices/tsi721.c cpu_to_le32((u64)priv->omsg_ring[mbox].omq_phys[tx_slot] >> 32); tx_slot 1709 drivers/rapidio/devices/tsi721.c if (++priv->omsg_ring[mbox].tx_slot == priv->omsg_ring[mbox].size) { tx_slot 1710 drivers/rapidio/devices/tsi721.c priv->omsg_ring[mbox].tx_slot = 0; tx_slot 1739 drivers/rapidio/devices/tsi721.c u32 tx_slot = 0xffffffff; tx_slot 1786 drivers/rapidio/devices/tsi721.c tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ tx_slot 1794 drivers/rapidio/devices/tsi721.c if (tx_slot == priv->omsg_ring[ch].size) { tx_slot 1796 drivers/rapidio/devices/tsi721.c tx_slot = (prev_ptr - tx_slot 1803 drivers/rapidio/devices/tsi721.c if (tx_slot >= priv->omsg_ring[ch].size) tx_slot 1806 drivers/rapidio/devices/tsi721.c tx_slot, priv->omsg_ring[ch].size); tx_slot 1807 drivers/rapidio/devices/tsi721.c WARN_ON(tx_slot >= priv->omsg_ring[ch].size); tx_slot 1810 drivers/rapidio/devices/tsi721.c ++tx_slot; tx_slot 1811 drivers/rapidio/devices/tsi721.c if (tx_slot == priv->omsg_ring[ch].size) tx_slot 1812 drivers/rapidio/devices/tsi721.c tx_slot = 0; tx_slot 1837 drivers/rapidio/devices/tsi721.c tx_slot = priv->omsg_ring[ch].tx_slot; tx_slot 1841 drivers/rapidio/devices/tsi721.c iowrite32(priv->omsg_ring[ch].tx_slot, tx_slot 1844 drivers/rapidio/devices/tsi721.c priv->omsg_ring[ch].wr_count = priv->omsg_ring[ch].tx_slot; tx_slot 1863 drivers/rapidio/devices/tsi721.c mport->outb_msg[ch].mcback(mport, dev_id, ch, tx_slot); tx_slot 1925 drivers/rapidio/devices/tsi721.c priv->omsg_ring[mbox].tx_slot = 0; tx_slot 758 drivers/rapidio/devices/tsi721.h u32 tx_slot; tx_slot 153 drivers/rapidio/rio_cm.c int tx_slot; tx_slot 677 drivers/rapidio/rio_cm.c cm->tx_buf[cm->tx_slot] = req->buffer; tx_slot 684 drivers/rapidio/rio_cm.c ++cm->tx_slot; tx_slot 685 drivers/rapidio/rio_cm.c cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); tx_slot 752 drivers/rapidio/rio_cm.c cm->tx_buf[cm->tx_slot] = buffer; tx_slot 756 drivers/rapidio/rio_cm.c buffer, rdev->destid, cm->tx_slot, cm->tx_cnt); tx_slot 759 drivers/rapidio/rio_cm.c ++cm->tx_slot; tx_slot 760 drivers/rapidio/rio_cm.c cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); tx_slot 2151 drivers/rapidio/rio_cm.c cm->tx_slot = 0; tx_slot 132 include/sound/soc-dai.h unsigned int tx_num, unsigned int *tx_slot, tx_slot 143 include/sound/soc-dai.h unsigned int *tx_num, unsigned int *tx_slot, tx_slot 196 include/sound/soc-dai.h unsigned int tx_num, unsigned int *tx_slot, tx_slot 199 include/sound/soc-dai.h unsigned int *tx_num, unsigned int *tx_slot, tx_slot 223 sound/soc/codecs/max98504.c unsigned int tx_num, unsigned int *tx_slot, tx_slot 231 sound/soc/codecs/max98504.c if (tx_slot[i]) tx_slot 1985 sound/soc/codecs/wcd9335.c unsigned int tx_num, unsigned int *tx_slot, tx_slot 1993 sound/soc/codecs/wcd9335.c if (!tx_slot || !rx_slot) { tx_slot 1995 sound/soc/codecs/wcd9335.c tx_slot, rx_slot); tx_slot 2007 sound/soc/codecs/wcd9335.c wcd->tx_chs[i].ch_num = tx_slot[i]; tx_slot 2015 sound/soc/codecs/wcd9335.c unsigned int *tx_num, unsigned int *tx_slot, tx_slot 2043 sound/soc/codecs/wcd9335.c if (!tx_slot || !tx_num) { tx_slot 2045 sound/soc/codecs/wcd9335.c tx_slot, tx_num); tx_slot 2049 sound/soc/codecs/wcd9335.c tx_slot[i++] = ch->ch_num; tx_slot 234 sound/soc/qcom/qdsp6/q6afe-dai.c unsigned int tx_num, unsigned int *tx_slot, tx_slot 246 sound/soc/qcom/qdsp6/q6afe-dai.c if (!tx_slot) { tx_slot 257 sound/soc/qcom/qdsp6/q6afe-dai.c tdm->ch_mapping[i] = tx_slot[i]; tx_slot 380 sound/soc/qcom/qdsp6/q6afe-dai.c unsigned int tx_num, unsigned int *tx_slot, tx_slot 389 sound/soc/qcom/qdsp6/q6afe-dai.c if (!tx_slot) { tx_slot 395 sound/soc/qcom/qdsp6/q6afe-dai.c pcfg->slim.ch_mapping[i] = tx_slot[i]; tx_slot 186 sound/soc/soc-dai.c unsigned int tx_num, unsigned int *tx_slot, tx_slot 190 sound/soc/soc-dai.c return dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, tx_slot 208 sound/soc/soc-dai.c unsigned int *tx_num, unsigned int *tx_slot, tx_slot 212 sound/soc/soc-dai.c return dai->driver->ops->get_channel_map(dai, tx_num, tx_slot,