/Linux-v4.19/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 103 vmxnet3_tq_stopped(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_stopped() argument 105 return tq->stopped; in vmxnet3_tq_stopped() 110 vmxnet3_tq_start(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_start() argument 112 tq->stopped = false; in vmxnet3_tq_start() 113 netif_start_subqueue(adapter->netdev, tq - adapter->tx_queue); in vmxnet3_tq_start() 118 vmxnet3_tq_wake(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_wake() argument 120 tq->stopped = false; in vmxnet3_tq_wake() 121 netif_wake_subqueue(adapter->netdev, (tq - adapter->tx_queue)); in vmxnet3_tq_wake() 126 vmxnet3_tq_stop(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_stop() argument 128 tq->stopped = true; in vmxnet3_tq_stop() [all …]
|
D | vmxnet3_ethtool.c | 382 struct vmxnet3_tx_queue *tq = &adapter->tx_queue[i]; in vmxnet3_get_regs() local 387 buf[j++] = VMXNET3_GET_ADDR_LO(tq->tx_ring.basePA); in vmxnet3_get_regs() 388 buf[j++] = VMXNET3_GET_ADDR_HI(tq->tx_ring.basePA); in vmxnet3_get_regs() 389 buf[j++] = tq->tx_ring.size; in vmxnet3_get_regs() 390 buf[j++] = tq->tx_ring.next2fill; in vmxnet3_get_regs() 391 buf[j++] = tq->tx_ring.next2comp; in vmxnet3_get_regs() 392 buf[j++] = tq->tx_ring.gen; in vmxnet3_get_regs() 394 buf[j++] = VMXNET3_GET_ADDR_LO(tq->data_ring.basePA); in vmxnet3_get_regs() 395 buf[j++] = VMXNET3_GET_ADDR_HI(tq->data_ring.basePA); in vmxnet3_get_regs() 396 buf[j++] = tq->data_ring.size; in vmxnet3_get_regs() [all …]
|
D | vmxnet3_int.h | 404 #define VMXNET3_WAKE_QUEUE_THRESHOLD(tq) (5) argument
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | qcu.c | 286 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_set_tx_retry_limits() local 292 (tq->tqi_cw_min << AR5K_NODCU_RETRY_LMT_CW_MIN_S) in ath5k_hw_set_tx_retry_limits() 326 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_reset_tx_queue() local 333 (tq->tqi_type == AR5K_TX_QUEUE_INACTIVE)) in ath5k_hw_reset_tx_queue() 341 AR5K_REG_SM(tq->tqi_cw_min, AR5K_DCU_LCL_IFS_CW_MIN) | in ath5k_hw_reset_tx_queue() 342 AR5K_REG_SM(tq->tqi_cw_max, AR5K_DCU_LCL_IFS_CW_MAX) | in ath5k_hw_reset_tx_queue() 343 AR5K_REG_SM(tq->tqi_aifs, AR5K_DCU_LCL_IFS_AIFS), in ath5k_hw_reset_tx_queue() 366 if (tq->tqi_cbr_period) { in ath5k_hw_reset_tx_queue() 367 ath5k_hw_reg_write(ah, AR5K_REG_SM(tq->tqi_cbr_period, in ath5k_hw_reset_tx_queue() 369 AR5K_REG_SM(tq->tqi_cbr_overflow_limit, in ath5k_hw_reset_tx_queue() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() argument 235 return tq->size - 1 - tq->in_use; in txq_avail() 307 const struct ulptx_sgl *sgl, const struct sge_txq *tq) in unmap_sgl() argument 326 if (likely((u8 *)(p + 1) <= (u8 *)tq->stat)) { in unmap_sgl() 333 } else if ((u8 *)p == (u8 *)tq->stat) { in unmap_sgl() 334 p = (const struct ulptx_sge_pair *)tq->desc; in unmap_sgl() 336 } else if ((u8 *)p + 8 == (u8 *)tq->stat) { in unmap_sgl() 337 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl() 345 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl() 357 if ((u8 *)p == (u8 *)tq->stat) in unmap_sgl() [all …]
|
D | cxgb4vf_main.c | 481 struct sge_txq *tq; in fwevtq_handler() local 498 tq = s->egr_map[eq_idx]; in fwevtq_handler() 499 if (unlikely(tq == NULL)) { in fwevtq_handler() 504 txq = container_of(tq, struct sge_eth_txq, q); in fwevtq_handler() 505 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler() 508 qid, tq->abs_id); in fwevtq_handler()
|
/Linux-v4.19/drivers/net/ |
D | ifb.c | 54 struct sk_buff_head tq; member 72 skb = skb_peek(&txp->tq); in ifb_ri_tasklet() 76 skb_queue_splice_tail_init(&txp->rq, &txp->tq); in ifb_ri_tasklet() 80 while ((skb = __skb_dequeue(&txp->tq)) != NULL) { in ifb_ri_tasklet() 95 if (skb_queue_len(&txp->tq) != 0) in ifb_ri_tasklet() 173 __skb_queue_head_init(&txp->tq); in ifb_dev_init() 207 __skb_queue_purge(&txp->tq); in ifb_dev_free()
|
/Linux-v4.19/drivers/input/serio/ |
D | hp_sdc.c | 190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take() 316 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet() 378 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put() 392 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put() 412 curr = hp_sdc.tq[curridx]; in hp_sdc_put() 416 hp_sdc.tq[curridx] = NULL; in hp_sdc_put() 430 hp_sdc.tq[curridx] = NULL; in hp_sdc_put() 573 hp_sdc.tq[curridx] = NULL; in hp_sdc_put() 609 if (hp_sdc.tq[i] == this) in __hp_sdc_enqueue_transaction() 617 if (hp_sdc.tq[i] == NULL) { in __hp_sdc_enqueue_transaction() [all …]
|
/Linux-v4.19/drivers/input/keyboard/ |
D | sunkbd.c | 75 struct work_struct tq; member 114 schedule_work(&sunkbd->tq); in sunkbd_interrupt() 221 struct sunkbd *sunkbd = container_of(work, struct sunkbd, tq); in sunkbd_reinit() 264 INIT_WORK(&sunkbd->tq, sunkbd_reinit); in sunkbd_connect()
|
D | lkkbd.c | 282 struct work_struct tq; member 469 schedule_work(&lk->tq); in lkkbd_interrupt() 580 struct lkkbd *lk = container_of(work, struct lkkbd, tq); in lkkbd_reinit() 635 INIT_WORK(&lk->tq, lkkbd_reinit); in lkkbd_connect()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx53-mba53.dts | 18 compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; 71 compatible = "tq,imx53-mba53-sgtl5000",
|
D | imx53-tqma53.dtsi | 17 compatible = "tq,tqma53", "fsl,imx53";
|
/Linux-v4.19/net/batman-adv/ |
D | bat_iv_ogm.c | 399 batadv_ogm_packet->tq = BATADV_TQ_MAX_VALUE; in batadv_iv_ogm_iface_enable() 451 static u8 batadv_hop_penalty(u8 tq, const struct batadv_priv *bat_priv) in batadv_hop_penalty() argument 456 new_tq = tq * (BATADV_TQ_MAX_VALUE - hop_penalty); in batadv_hop_penalty() 524 batadv_ogm_packet->tq, batadv_ogm_packet->ttl, in batadv_iv_ogm_send_to_if() 866 batadv_ogm_packet->tq = batadv_hop_penalty(batadv_ogm_packet->tq, in batadv_iv_ogm_forward() 871 batadv_ogm_packet->tq, batadv_ogm_packet->ttl); in batadv_iv_ogm_forward() 1101 batadv_ogm_packet->tq); in batadv_iv_ogm_orig_update() 1285 combined_tq = batadv_ogm_packet->tq * in batadv_iv_ogm_calc_tq() 1292 batadv_ogm_packet->tq = combined_tq; in batadv_iv_ogm_calc_tq() 1298 batadv_ogm_packet->tq, if_incoming->net_dev->name, in batadv_iv_ogm_calc_tq() [all …]
|
D | network-coding.c | 790 if (ogm_packet->tq < bat_priv->nc.min_tq) in batadv_can_nc_with_orig() 1022 static u8 batadv_nc_random_weight_tq(u8 tq) in batadv_nc_random_weight_tq() argument 1029 rand_tq = rand_val * (BATADV_TQ_MAX_VALUE - tq); in batadv_nc_random_weight_tq()
|
/Linux-v4.19/include/uapi/linux/can/ |
D | netlink.h | 34 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
|
/Linux-v4.19/drivers/net/can/ |
D | dev.c | 210 bt->tq = (u32)v64; in can_calc_bittiming() 264 brp64 = (u64)priv->clock.freq * (u64)bt->tq; in can_fixup_bittiming() 315 if (!bt->tq && bt->bitrate && btc) in can_get_bittiming() 317 else if (bt->tq && !bt->bitrate && btc) in can_get_bittiming() 319 else if (!bt->tq && bt->bitrate && bitrate_const) in can_get_bittiming()
|
D | Kconfig | 70 arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw".
|
/Linux-v4.19/include/linux/ |
D | hp_sdc.h | 281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */ member
|
/Linux-v4.19/ipc/ |
D | sem.c | 260 struct sem_queue *q, *tq; in unmerge_queues() local 270 list_for_each_entry_safe(q, tq, &sma->pending_alter, list) { in unmerge_queues() 1131 struct sem_queue *q, *tq; in freeary() local 1148 list_for_each_entry_safe(q, tq, &sma->pending_const, list) { in freeary() 1153 list_for_each_entry_safe(q, tq, &sma->pending_alter, list) { in freeary() 1159 list_for_each_entry_safe(q, tq, &sem->pending_const, list) { in freeary() 1163 list_for_each_entry_safe(q, tq, &sem->pending_alter, list) { in freeary()
|
/Linux-v4.19/include/uapi/linux/ |
D | batadv_packet.h | 221 __u8 tq; member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1867 struct sge_txq *tq = &txq->q; in cxgb4_vf_eth_xmit() local 1876 if (unlikely((void *)sgl == (void *)tq->stat)) { in cxgb4_vf_eth_xmit() 1877 sgl = (void *)tq->desc; in cxgb4_vf_eth_xmit() 1878 end = (void *)((void *)tq->desc + in cxgb4_vf_eth_xmit() 1879 ((void *)end - (void *)tq->stat)); in cxgb4_vf_eth_xmit() 1882 cxgb4_write_sgl(skb, tq, sgl, end, 0, addr); in cxgb4_vf_eth_xmit() 1885 last_desc = tq->pidx + ndesc - 1; in cxgb4_vf_eth_xmit() 1886 if (last_desc >= tq->size) in cxgb4_vf_eth_xmit() 1887 last_desc -= tq->size; in cxgb4_vf_eth_xmit() 1888 tq->sdesc[last_desc].skb = skb; in cxgb4_vf_eth_xmit() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 69 originator message's tq-field on every hop.
|
/Linux-v4.19/drivers/net/can/usb/ |
D | ucan.c | 144 __le32 tq; /* Time quanta (TQ) in nanoseconds */ member 1253 cmd_set_bittiming->tq = cpu_to_le32(up->can.bittiming.tq); in ucan_set_bittiming()
|
/Linux-v4.19/Documentation/networking/ |
D | can.rst | 1172 [ tq TQ prop-seg PROP_SEG phase-seg1 PHASE-SEG1 1207 tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1 1241 "tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1" 1244 tq. They allow to define the CAN bit-timing in a hardware 1251 and 2, the synchronisation jump width in units of tq, the 1267 specifying the arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" 1270 $ ip link set canX type can tq 125 prop-seg 6 \ 1384 tq 50 prop-seg 14 phase-seg1 15 phase-seg2 10 sjw 1
|
/Linux-v4.19/drivers/tty/ipwireless/ |
D | hardware.c | 1733 struct ipw_tx_packet *tp, *tq; in ipwireless_hardware_free() local 1743 list_for_each_entry_safe(tp, tq, &hw->tx_queue[i], queue) { in ipwireless_hardware_free()
|