| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 25 u32 tx_cnt = 0; in sun4i_ss_opti_poll() local 106 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 118 todo = min(tx_cnt, oleft); in sun4i_ss_opti_poll() 191 u32 tx_cnt = 0; in sun4i_ss_cipher_poll() local 322 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 324 if (!tx_cnt) in sun4i_ss_cipher_poll() 337 todo = min(tx_cnt, oleft / 4); in sun4i_ss_cipher_poll() 353 readsl(ss->base + SS_TXFIFO, ss->bufo, tx_cnt); in sun4i_ss_cipher_poll() 354 obl = tx_cnt * 4; in sun4i_ss_cipher_poll()
|
| /linux/drivers/rapidio/ |
| H A D | rio_cm.c | 154 int tx_cnt; member 640 cm->mport->id, slot, cm->tx_cnt); in rio_txcq_handler() 648 while (cm->tx_cnt && ((ack_slot != slot) || in rio_txcq_handler() 649 (cm->tx_cnt == RIOCM_TX_RING_SIZE))) { in rio_txcq_handler() 654 cm->tx_cnt--; in rio_txcq_handler() 657 if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE) in rio_txcq_handler() 658 riocm_error("tx_cnt %d out of sync", cm->tx_cnt); in rio_txcq_handler() 660 WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE)); in rio_txcq_handler() 667 if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) { in rio_txcq_handler() 679 ++cm->tx_cnt; in rio_txcq_handler() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852a.h | 89 u16 tx_cnt; member 102 u16 tx_cnt, u16 period, u16 tx_time,
|
| H A D | rtw8852b_common.h | 100 u16 tx_cnt; member 130 u16 tx_cnt, u16 period, u16 tx_time, 234 u16 tx_cnt, u16 period, u16 tx_time, in rtw8852bx_bb_set_pmac_pkt_tx() argument 237 rtw8852bx_info.bb_set_pmac_pkt_tx(rtwdev, enable, tx_cnt, period, tx_time, idx, in rtw8852bx_bb_set_pmac_pkt_tx()
|
| /linux/drivers/net/ |
| H A D | rionet.c | 57 int tx_cnt; member 156 if (++rnet->tx_cnt == RIONET_TX_RING_SIZE) in rionet_queue_tx_msg() 184 if ((rnet->tx_cnt + add_num) > RIONET_TX_RING_SIZE) { in rionet_start_xmit() 294 while (rnet->tx_cnt && (rnet->ack_slot != slot)) { in rionet_outb_msg_event() 300 rnet->tx_cnt--; in rionet_outb_msg_event() 303 if (rnet->tx_cnt < RIONET_TX_RING_SIZE) in rionet_outb_msg_event() 348 rnet->tx_cnt = 0; in rionet_open()
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 748 dev->tx_cnt = dev->tx_slot = dev->ack_slot = 0; in emac_full_tx_reset() 1232 dev->tx_cnt = dev->tx_slot = dev->ack_slot = dev->rx_slot = 0; in emac_open() 1420 if (unlikely(++dev->tx_cnt == NUM_TX_BUFF)) { in emac_xmit_finish() 1480 ++dev->tx_cnt; in emac_xmit_split() 1511 if (unlikely(dev->tx_cnt + nr_frags + mal_tx_chunks(len) > NUM_TX_BUFF)) in emac_start_xmit_sg() 1533 if (unlikely(dev->tx_cnt + mal_tx_chunks(len) >= NUM_TX_BUFF)) in emac_start_xmit_sg() 1563 --dev->tx_cnt; in emac_start_xmit_sg() 1608 DBG2(dev, "poll_tx, %d %d" NL, dev->tx_cnt, dev->ack_slot); in emac_poll_tx() 1616 if (dev->tx_cnt) { in emac_poll_tx() 1634 if (--dev->tx_cnt) in emac_poll_tx() [all …]
|
| H A D | core.h | 237 int tx_cnt; member
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac100_core.c | 129 u32 tx_cnt) in dwmac100_flow_ctrl() argument
|
| H A D | stmmac_main.c | 372 u32 tx_cnt = priv->plat->tx_queues_to_use; in stmmac_eee_tx_busy() local 376 for (queue = 0; queue < tx_cnt; queue++) { in stmmac_eee_tx_busy() 879 u32 tx_cnt = priv->plat->tx_queues_to_use; in stmmac_mac_flow_ctrl() local 882 tx_cnt); in stmmac_mac_flow_ctrl() 1393 u32 tx_cnt = priv->plat->tx_queues_to_use; in stmmac_display_tx_rings() local 1399 for (queue = 0; queue < tx_cnt; queue++) { in stmmac_display_tx_rings() 3566 u32 tx_cnt = priv->plat->tx_queues_to_use; in stmmac_hw_setup() local 3637 for (chan = 0; chan < tx_cnt; chan++) { in stmmac_hw_setup() 3659 for (chan = 0; chan < tx_cnt; chan++) { in stmmac_hw_setup() 6120 u32 tx_cnt = priv->plat->tx_queues_to_use; in stmmac_common_interrupt() local [all …]
|
| /linux/drivers/usb/host/ |
| H A D | fhci-tds.c | 511 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_bds() 560 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_actual_frame()
|
| H A D | fhci.h | 202 __be16 tx_cnt; /* Tx byte count */ member
|
| /linux/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 276 u16 tx_cnt; member 280 u16 tx_cnt; 964 yp->tx_status[entry].tx_cnt, in yellowfin_interrupt() 1239 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs, in yellowfin_close()
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp.c | 86 snd_sof_dsp_write(sdev, ACP_DSP_BAR, offset + 0x8, dscr_info->tx_cnt.u32_all); in configure_dma_descriptor() 175 adata->dscr_info[desc_count].tx_cnt.bits.count = ACP_PAGE_SIZE; in configure_and_run_dma() 177 adata->dscr_info[desc_count].tx_cnt.bits.count = dsp_data_size; in configure_and_run_dma()
|
| H A D | acp.h | 146 union dma_tx_cnt tx_cnt; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_entity.h | 39 u32 tx_cnt[T6_PM_NSTATS]; member
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.h | 36 u32 tx_cnt; member
|
| /linux/include/linux/ |
| H A D | virtio_vsock.h | 157 u32 tx_cnt; member
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 502 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit() 505 vvs->tx_cnt += ret; in virtio_transport_get_credit() 519 vvs->tx_cnt -= credit; in virtio_transport_put_credit() 885 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.c | 26 rtwdev->stats.tx_cnt++; in rtw_tx_stats() 30 rtwvif->stats.tx_cnt++; in rtw_tx_stats()
|
| H A D | main.c | 202 rtwvif->stats.tx_cnt = 0; in rtw_vif_watch_dog_iter() 243 if (rtwdev->stats.tx_cnt > 100 || rtwdev->stats.rx_cnt > 100) in rtw_watch_dog_work() 251 if (stats->tx_cnt > RTW_LPS_THRESHOLD || in rtw_watch_dog_work() 268 stats->tx_cnt = 0; in rtw_watch_dog_work()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qup.c | 755 u32 tx_cnt = qup->btx.sg_cnt, rx_cnt = qup->brx.sg_cnt; in qup_i2c_bam_schedule_desc() local 772 ret = qup_sg_set_buf(&qup->btx.sg[tx_cnt++], &qup->btx.tag.start[0], in qup_i2c_bam_schedule_desc() 777 txd = dmaengine_prep_slave_sg(qup->btx.dma, qup->btx.sg, tx_cnt, in qup_i2c_bam_schedule_desc() 845 dma_unmap_sg(qup->dev, qup->btx.sg, tx_cnt, DMA_TO_DEVICE); in qup_i2c_bam_schedule_desc()
|
| /linux/net/smc/ |
| H A D | smc_stats.h | 81 u64 tx_cnt; member
|
| H A D | smc_stats.c | 232 smc_tech->tx_cnt, in smc_nl_fill_stats_tech_data()
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 1182 int tx_cnt; in intr_handler() local 1209 for (tx_cnt=32; tx_status & 0x80; --tx_cnt) { in intr_handler() 1248 if (tx_cnt < 0) { in intr_handler()
|
| /linux/drivers/mailbox/ |
| H A D | bcm-pdc-mailbox.c | 1121 static bool pdc_rings_full(struct pdc_state *pdcs, int tx_cnt, int rx_cnt) in pdc_rings_full() argument 1138 if (unlikely(tx_cnt > tx_avail)) { in pdc_rings_full()
|