Searched refs:tcq (Results 1 – 2 of 2) 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 | 2527 struct fbnic_ring *tcq) in fbnic_enable_tcq() argument 2529 u32 log_size = fls(tcq->size_mask); in fbnic_enable_tcq() 2531 if (!tcq->size_mask) in fbnic_enable_tcq() 2535 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_CTL, FBNIC_QUEUE_TCQ_CTL_RESET); in fbnic_enable_tcq() 2536 tcq->tail = 0; in fbnic_enable_tcq() 2537 tcq->head = 0; in fbnic_enable_tcq() 2540 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAL, lower_32_bits(tcq->dma)); in fbnic_enable_tcq() 2541 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAH, upper_32_bits(tcq->dma)); in fbnic_enable_tcq() 2544 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_SIZE, log_size & 0xf); in fbnic_enable_tcq() 2547 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TIM_CTL, nv->v_idx); in fbnic_enable_tcq() [all …]
|