Searched defs:tx_slot (Results 1 - 7 of 7) sorted by path

/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c1256 u_char rx_slot = 0, tx_slot = 0, pcm_mode; local
1271 tx_slot = (bc >> 16) & 0xff;
1400 tx_slot = 0;
1404 tx_slot |= 0xC0;
1407 tx_slot |= 0x80;
1414 __func__, tx_slot);
1417 Write_hfc(hc, HFCPCI_B2_SSL, tx_slot);
1423 __func__, tx_slot);
1426 Write_hfc(hc, HFCPCI_B1_SSL, tx_slot);
/drivers/net/ethernet/apple/
H A Dmacmace.c68 int tx_slot, tx_sloti, tx_count; member in struct:mace_data
158 mp->tx_slot = mp->tx_sloti = 0;
473 psc_write_long(PSC_ENETWR_ADDR + mp->tx_slot, (u32) mp->tx_ring_phys);
474 psc_write_long(PSC_ENETWR_LEN + mp->tx_slot, skb->len);
475 psc_write_word(PSC_ENETWR_CMD + mp->tx_slot, 0x9800);
477 mp->tx_slot ^= 0x10;
/drivers/net/ethernet/ibm/emac/
H A Dcore.h249 int tx_slot; member in struct:emac_instance
/drivers/net/
H A Drionet.c57 int tx_slot; member in struct:rionet_private
150 rnet->tx_skb[rnet->tx_slot] = skb;
158 ++rnet->tx_slot;
159 rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1);
341 rnet->tx_slot = 0;
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c144 int padpos, padsize, ret, tx_slot; local
166 tx_slot = ath9k_htc_tx_get_slot(priv);
167 if (tx_slot < 0) {
173 ret = ath9k_htc_tx_start(priv, NULL, skb, tx_slot, true);
175 ath9k_htc_tx_clear_slot(priv, tx_slot);
/drivers/rapidio/devices/
H A Dtsi721.c1306 u32 tx_slot; local
1312 tx_slot = priv->omsg_ring[mbox].tx_slot;
1315 memcpy(priv->omsg_ring[mbox].omq_base[tx_slot], buffer, len);
1322 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid);
1323 if (tx_slot % 4 == 0)
1324 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF);
1326 desc[tx_slot].msg_info =
1329 desc[tx_slot].bufptr_lo =
1330 cpu_to_le32((u64)priv->omsg_ring[mbox].omq_phys[tx_slot]
1377 u32 tx_slot; local
[all...]
H A Dtsi721.h733 u32 tx_slot; member in struct:tsi721_omsg_ring

Completed in 166 milliseconds