Searched refs:tcq (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | tc-mq-visibility.sh | 13 tcq() { function 34 tcq add root handle 100: $root $opts 52 tcq replace parent 100:4 handle 204: pfifo_fast 62 tcq del parent 100:4 handle 204: 65 tcq replace parent 100:1 handle 205: pfifo limit 1000
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 2528 struct fbnic_ring *tcq) in fbnic_enable_tcq() argument 2530 u32 log_size = fls(tcq->size_mask); in fbnic_enable_tcq() 2532 if (!tcq->size_mask) in fbnic_enable_tcq() 2536 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_CTL, FBNIC_QUEUE_TCQ_CTL_RESET); in fbnic_enable_tcq() 2537 tcq->tail = 0; in fbnic_enable_tcq() 2538 tcq->head = 0; in fbnic_enable_tcq() 2541 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAL, lower_32_bits(tcq->dma)); in fbnic_enable_tcq() 2542 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAH, upper_32_bits(tcq->dma)); in fbnic_enable_tcq() 2545 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_SIZE, log_size & 0xf); in fbnic_enable_tcq() 2548 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TIM_CTL, nv->v_idx); in fbnic_enable_tcq() [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | Makefile | 64 obj-$(CONFIG_TOUCHSCREEN_MX25) += fsl-imx25-tcq.o
|
| H A D | Kconfig | 997 module will be called fsl-imx25-tcq.
|