Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/nci/
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()
Dcore.c372 skb_queue_purge(&ndev->tx_q); in nci_open_device()
397 skb_queue_purge(&ndev->tx_q); in nci_close_device()
1043 skb_queue_head_init(&ndev->tx_q); in nci_register_device()
1184 skb = skb_dequeue(&ndev->tx_q); in nci_tx_work()
Dntf.c73 if (!skb_queue_empty(&ndev->tx_q)) in nci_core_conn_credits_ntf_packet()
691 skb_queue_purge(&ndev->tx_q); in nci_rf_deactivate_ntf_packet()
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dhwmtm.h243 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used
262 (smc)->hw.fp.tx_q[queue].tx_curr_put
Dfplustm.h195 struct s_smt_tx_queue tx_q[USED_QUEUES] ; member
/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv.h218 struct sk_buff_head tx_q; /* TX queue */ member
Dfmdrv_common.c338 if (!skb_queue_empty(&fmdev->tx_q)) in recv_tasklet()
362 skb = skb_dequeue(&fmdev->tx_q); in send_tasklet()
452 skb_queue_tail(&fmdev->tx_q, skb); in fm_send_cmd()
1553 skb_queue_head_init(&fmdev->tx_q); in fmc_prepare()
1609 skb_queue_purge(&fmdev->tx_q); in fmc_release()
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c514 skb_queue_head_init(&chan->tx_q); in l2cap_le_flowctl_init()
623 skb_queue_purge(&chan->tx_q); in l2cap_chan_del()
639 skb_queue_purge(&chan->tx_q); in l2cap_chan_del()
1202 skb_queue_walk(&chan->tx_q, skb) { in l2cap_move_setup()
1843 skb_queue_splice_tail_init(skbs, &chan->tx_q); in l2cap_streaming_send()
1845 while (!skb_queue_empty(&chan->tx_q)) { in l2cap_streaming_send()
1847 skb = skb_dequeue(&chan->tx_q); in l2cap_streaming_send()
1926 if (skb_queue_is_last(&chan->tx_q, skb)) in l2cap_ertm_send()
1929 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
1936 chan->unacked_frames, skb_queue_len(&chan->tx_q)); in l2cap_ertm_send()
[all …]
Da2mp.c770 skb_queue_head_init(&chan->tx_q); in a2mp_chan_open()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h209 struct netdev_queue *tx_q; /* associated netdev TX queue */ member
Dsge.c1926 netif_tx_wake_queue(qs->tx_q); in restart_tx()
2864 if (__netif_tx_trylock(qs->tx_q)) { in sge_timer_tx()
2867 __netif_tx_unlock(qs->tx_q); in sge_timer_tx()
3107 q->tx_q = netdevq; in t3_sge_alloc_qset()
/linux-4.1.27/include/net/nfc/
Dnci_core.h214 struct sk_buff_head tx_q; member
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h580 struct sk_buff_head tx_q; member
/linux-4.1.27/drivers/net/fddi/skfp/
Dfplustm.c313 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
324 smc->hw.fp.tx[QUEUE_A0] = queue = &smc->hw.fp.tx_q[QUEUE_A0] ; in init_tx()
Dhwmtm.c569 if (smc->hw.fp.tx_q[QUEUE_A0].tx_used) { in mac_drv_repair_descr()
574 if (smc->hw.fp.tx_q[QUEUE_S].tx_used) { in mac_drv_repair_descr()