/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 56 skb = skb_dequeue(&nu->tx_q); in nci_uart_dequeue() 68 return skb_queue_empty(&nu->tx_q); in nci_uart_queue_empty() 135 skb_queue_head_init(&nu->tx_q); in nci_uart_set_driver() 207 skb_queue_purge(&nu->tx_q); in nci_uart_tty_close() 324 skb_queue_tail(&nu->tx_q, skb); in nci_uart_send()
|
D | data.c | 158 spin_lock_irqsave(&ndev->tx_q.lock, flags); in nci_queue_tx_data_frags() 161 __skb_queue_tail(&ndev->tx_q, skb_frag); in nci_queue_tx_data_frags() 163 spin_unlock_irqrestore(&ndev->tx_q.lock, flags); in nci_queue_tx_data_frags() 197 skb_queue_tail(&ndev->tx_q, skb); in nci_send_data()
|
D | core.c | 450 skb_queue_purge(&ndev->tx_q); in nci_open_device() 475 skb_queue_purge(&ndev->tx_q); in nci_close_device() 1146 skb_queue_head_init(&ndev->tx_q); in nci_register_device() 1363 skb = skb_dequeue(&ndev->tx_q); in nci_tx_work()
|
D | ntf.c | 73 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.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | dma.c | 285 struct mt7601u_tx_queue *q = &dev->tx_q[ep]; in mt7601u_dma_submit_tx() 461 mt7601u_free_tx_queue(&dev->tx_q[i]); in mt7601u_free_tx() 485 dev->tx_q = devm_kcalloc(dev->dev, __MT_EP_OUT_MAX, in mt7601u_alloc_tx() 486 sizeof(*dev->tx_q), GFP_KERNEL); in mt7601u_alloc_tx() 489 if (mt7601u_alloc_tx_queue(dev, &dev->tx_q[i])) in mt7601u_alloc_tx()
|
D | mt7601u.h | 205 struct mt7601u_tx_queue *tx_q; member
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | hwmtm.h | 234 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used 253 (smc)->hw.fp.tx_q[queue].tx_curr_put
|
D | fplustm.h | 195 struct s_smt_tx_queue tx_q[USED_QUEUES] ; member
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv.h | 218 struct sk_buff_head tx_q; /* TX queue */ member
|
D | fmdrv_common.c | 338 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() 1550 skb_queue_head_init(&fmdev->tx_q); in fmc_prepare() 1606 skb_queue_purge(&fmdev->tx_q); in fmc_release()
|
/linux-4.4.14/net/bluetooth/ |
D | l2cap_core.c | 514 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() 1839 skb_queue_splice_tail_init(skbs, &chan->tx_q); in l2cap_streaming_send() 1841 while (!skb_queue_empty(&chan->tx_q)) { in l2cap_streaming_send() 1843 skb = skb_dequeue(&chan->tx_q); in l2cap_streaming_send() 1922 if (skb_queue_is_last(&chan->tx_q, skb)) in l2cap_ertm_send() 1925 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send() 1932 chan->unacked_frames, skb_queue_len(&chan->tx_q)); in l2cap_ertm_send() [all …]
|
D | a2mp.c | 785 skb_queue_head_init(&chan->tx_q); in a2mp_chan_open()
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 232 struct sk_buff_head tx_q; member 453 struct sk_buff_head tx_q; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 209 struct netdev_queue *tx_q; /* associated netdev TX queue */ member
|
D | sge.c | 1926 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.4.14/include/net/bluetooth/ |
D | l2cap.h | 584 struct sk_buff_head tx_q; member
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | fplustm.c | 313 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()
|
D | hwmtm.c | 569 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()
|