Home
last modified time | relevance | path

Searched refs:tx_q (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ethernet/stmicro/stmmac/
A Dring_mode.c22 unsigned int entry = tx_q->cur_tx; in jumbo_frm()
29 desc = tx_q->dma_tx + entry; in jumbo_frm()
46 tx_q->tx_skbuff_dma[entry].buf = des2; in jumbo_frm()
47 tx_q->tx_skbuff_dma[entry].len = bmax; in jumbo_frm()
53 tx_q->tx_skbuff[entry] = NULL; in jumbo_frm()
59 desc = tx_q->dma_tx + entry; in jumbo_frm()
66 tx_q->tx_skbuff_dma[entry].buf = des2; in jumbo_frm()
67 tx_q->tx_skbuff_dma[entry].len = len; in jumbo_frm()
80 tx_q->tx_skbuff_dma[entry].buf = des2; in jumbo_frm()
89 tx_q->cur_tx = entry; in jumbo_frm()
[all …]
A Dchain_mode.c22 unsigned int entry = tx_q->cur_tx; in jumbo_frm()
27 desc = tx_q->dma_tx + entry; in jumbo_frm()
41 tx_q->tx_skbuff_dma[entry].buf = des2; in jumbo_frm()
42 tx_q->tx_skbuff_dma[entry].len = bmax; in jumbo_frm()
48 tx_q->tx_skbuff[entry] = NULL; in jumbo_frm()
50 desc = tx_q->dma_tx + entry; in jumbo_frm()
59 tx_q->tx_skbuff_dma[entry].buf = des2; in jumbo_frm()
73 tx_q->tx_skbuff_dma[entry].len = len; in jumbo_frm()
81 tx_q->cur_tx = entry; in jumbo_frm()
148 unsigned int entry = tx_q->dirty_tx; in clean_desc3()
[all …]
A Dstmmac_main.c361 if (tx_q->dirty_tx > tx_q->cur_tx) in stmmac_tx_avail()
362 avail = tx_q->dirty_tx - tx_q->cur_tx - 1; in stmmac_tx_avail()
412 if (tx_q->dirty_tx != tx_q->cur_tx) in stmmac_enable_eee_mode()
2648 if (tx_q->dirty_tx != tx_q->cur_tx) in stmmac_tx_clean()
2936 tx_q->tx_tail_addr = tx_q->dma_tx_phy; in stmmac_init_dma_engine()
3872 p = &tx_q->dma_tx[tx_q->cur_tx]; in stmmac_vlan_insert()
3913 desc = &tx_q->dma_tx[tx_q->cur_tx]; in stmmac_tso_allocator()
3951 tx_q->tx_tail_addr = tx_q->dma_tx_phy + (tx_q->cur_tx * desc_size); in stmmac_flush_tx_descriptors()
4114 tx_q->tx_skbuff[tx_q->cur_tx] = skb; in stmmac_tso_xmit()
4137 desc = &tx_q->dma_tx[tx_q->cur_tx]; in stmmac_tso_xmit()
[all …]
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac-mac.c587 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_descs_free() local
614 memset(tx_q->tpd.v_addr, 0, tx_q->tpd.size); in emac_tx_q_descs_free()
662 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_bufs_free() local
686 tx_q->tpd.size = tx_q->tpd.count * (adpt->tpd_size * 4); in emac_tx_q_desc_alloc()
1030 tx_q->tpd.last_produce_idx = tx_q->tpd.produce_idx; in emac_tx_tpd_create()
1033 if (++tx_q->tpd.produce_idx == tx_q->tpd.count) in emac_tx_tpd_create()
1188 tpbuf = GET_TPD_BUFFER(tx_q, tx_q->tpd.consume_idx); in emac_mac_tx_process()
1203 if (++tx_q->tpd.consume_idx == tx_q->tpd.count) in emac_mac_tx_process()
1344 tpbuf = GET_TPD_BUFFER(tx_q, tx_q->tpd.produce_idx); in emac_tx_fill_tpd()
1364 tpbuf = GET_TPD_BUFFER(tx_q, tx_q->tpd.produce_idx); in emac_tx_fill_tpd()
[all …]
A Demac-mac.h231 struct emac_tx_queue *tx_q,
233 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
A Demac.c123 return emac_mac_tx_buf_send(adpt, &adpt->tx_q, skb); in emac_start_xmit()
161 emac_mac_tx_process(adpt, &adpt->tx_q); in emac_isr()
A Demac.h341 struct emac_tx_queue tx_q; member
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mac.c65 if (wcid && pm->tx_q[i].wcid != wcid) in mt76_connac_free_pending_tx_skbs()
68 dev_kfree_skb(pm->tx_q[i].skb); in mt76_connac_free_pending_tx_skbs()
69 pm->tx_q[i].skb = NULL; in mt76_connac_free_pending_tx_skbs()
84 if (!pm->tx_q[qid].skb) { in mt76_connac_pm_queue_skb()
86 pm->tx_q[qid].wcid = wcid; in mt76_connac_pm_queue_skb()
87 pm->tx_q[qid].skb = skb; in mt76_connac_pm_queue_skb()
103 struct mt76_wcid *wcid = pm->tx_q[i].wcid; in mt76_connac_pm_dequeue_skbs()
106 if (!pm->tx_q[i].skb) in mt76_connac_pm_dequeue_skbs()
113 mt76_tx(phy, sta, wcid, pm->tx_q[i].skb); in mt76_connac_pm_dequeue_skbs()
114 pm->tx_q[i].skb = NULL; in mt76_connac_pm_dequeue_skbs()
A Dmt76_connac.h56 } tx_q[IEEE80211_NUM_ACS]; member
/linux/drivers/net/ethernet/intel/ice/
A Dice_dcb_lib.h44 static inline bool ice_find_q_in_range(u16 low, u16 high, unsigned int tx_q) in ice_find_q_in_range() argument
46 return (tx_q >= low) && (tx_q < high); in ice_find_q_in_range()
/linux/net/nfc/nci/
A Duart.c44 skb = skb_dequeue(&nu->tx_q); in nci_uart_dequeue()
56 return skb_queue_empty(&nu->tx_q); in nci_uart_queue_empty()
123 skb_queue_head_init(&nu->tx_q); in nci_uart_set_driver()
186 skb_queue_purge(&nu->tx_q); in nci_uart_tty_close()
370 skb_queue_tail(&nu->tx_q, skb); in nci_uart_send()
A Ddata.c146 spin_lock_irqsave(&ndev->tx_q.lock, flags); in nci_queue_tx_data_frags()
149 __skb_queue_tail(&ndev->tx_q, skb_frag); in nci_queue_tx_data_frags()
151 spin_unlock_irqrestore(&ndev->tx_q.lock, flags); in nci_queue_tx_data_frags()
185 skb_queue_tail(&ndev->tx_q, skb); in nci_send_data()
A Dcore.c542 skb_queue_purge(&ndev->tx_q); in nci_open_device()
571 skb_queue_purge(&ndev->tx_q); in nci_close_device()
1244 skb_queue_head_init(&ndev->tx_q); in nci_register_device()
1468 skb = skb_dequeue(&ndev->tx_q); in nci_tx_work()
A Dntf.c78 if (!skb_queue_empty(&ndev->tx_q)) in nci_core_conn_credits_ntf_packet()
703 skb_queue_purge(&ndev->tx_q); in nci_rf_deactivate_ntf_packet()
/linux/drivers/net/wireless/mediatek/mt7601u/
A Ddma.c311 struct mt7601u_tx_queue *q = &dev->tx_q[ep]; in mt7601u_dma_submit_tx()
476 if (!dev->tx_q) in mt7601u_free_tx()
480 mt7601u_free_tx_queue(&dev->tx_q[i]); in mt7601u_free_tx()
504 dev->tx_q = devm_kcalloc(dev->dev, __MT_EP_OUT_MAX, in mt7601u_alloc_tx()
505 sizeof(*dev->tx_q), GFP_KERNEL); in mt7601u_alloc_tx()
506 if (!dev->tx_q) in mt7601u_alloc_tx()
510 if (mt7601u_alloc_tx_queue(dev, &dev->tx_q[i])) in mt7601u_alloc_tx()
A Dmt7601u.h201 struct mt7601u_tx_queue *tx_q; member
/linux/drivers/net/fddi/skfp/h/
A Dhwmtm.h242 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used
261 (smc)->hw.fp.tx_q[queue].tx_curr_put
A Dfplustm.h191 struct s_smt_tx_queue tx_q[USED_QUEUES] ; member
/linux/net/bluetooth/
A Dl2cap_core.c454 skb_queue_head_init(&chan->tx_q); in l2cap_chan_create()
540 skb_queue_head_init(&chan->tx_q); in l2cap_le_flowctl_init()
661 skb_queue_purge(&chan->tx_q); in l2cap_chan_del()
676 skb_queue_purge(&chan->tx_q); in l2cap_chan_del()
1290 skb_queue_walk(&chan->tx_q, skb) { in l2cap_move_setup()
2049 skb = skb_dequeue(&chan->tx_q); in l2cap_streaming_send()
2249 skb_queue_walk(&chan->tx_q, skb) { in l2cap_retransmit_all()
2636 skb_queue_len(&chan->tx_q)); in l2cap_le_flowctl_send()
3284 skb_queue_head_init(&chan->tx_q); in l2cap_ertm_init()
7146 if (!skb_queue_empty(&chan->tx_q)) in l2cap_rx_state_wait_p()
[all …]
/linux/drivers/media/radio/wl128x/
A Dfmdrv.h205 struct sk_buff_head tx_q; /* TX queue */ member
A Dfmdrv_common.c327 if (!skb_queue_empty(&fmdev->tx_q)) in recv_tasklet()
351 skb = skb_dequeue(&fmdev->tx_q); in send_tasklet()
441 skb_queue_tail(&fmdev->tx_q, skb); in fm_send_cmd()
1541 skb_queue_head_init(&fmdev->tx_q); in fmc_prepare()
1595 skb_queue_purge(&fmdev->tx_q); in fmc_release()
/linux/include/net/nfc/
A Dnci_core.h227 struct sk_buff_head tx_q; member
454 struct sk_buff_head tx_q; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dadapter.h208 struct netdev_queue *tx_q; /* associated netdev TX queue */ member
A Dsge.c1994 netif_tx_wake_queue(qs->tx_q); in restart_tx()
2931 if (__netif_tx_trylock(qs->tx_q)) { in sge_timer_tx()
2934 __netif_tx_unlock(qs->tx_q); in sge_timer_tx()
3172 q->tx_q = netdevq; in t3_sge_alloc_qset()
/linux/drivers/net/fddi/skfp/
A Dfplustm.c305 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
316 smc->hw.fp.tx[QUEUE_A0] = queue = &smc->hw.fp.tx_q[QUEUE_A0] ; in init_tx()

Completed in 74 milliseconds

12