Home
last modified time | relevance | path

Searched refs:tcb (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Datmel-tcb.txt2 - compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon".
17 - compatible: Should be "atmel,tcb-timer"
19 counter width is 16 bits (at91rm9200-tcb), two consecutive
26 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
35 compatible = "atmel,tcb-timer";
40 compatible = "atmel,tcb-timer";
47 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad.c145 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() argument
147 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txq_cleanup()
151 for (i = 0; i < tcb->q_depth; i++) { in bnad_txq_cleanup()
155 bnad_tx_buff_unmap(bnad, unmap_q, tcb->q_depth, i); in bnad_txq_cleanup()
167 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() argument
171 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txcmpl_process()
176 if (!test_bit(BNAD_TXQ_TX_STARTED, &tcb->flags)) in bnad_txcmpl_process()
179 hw_cons = *(tcb->hw_consumer_index); in bnad_txcmpl_process()
181 cons = tcb->consumer_index; in bnad_txcmpl_process()
182 q_depth = tcb->q_depth; in bnad_txcmpl_process()
[all …]
Dbnad_ethtool.c765 struct bna_tcb *tcb = NULL; in bnad_per_q_stats_fill() local
834 if (bnad->tx_info[i].tcb[j] && in bnad_per_q_stats_fill()
835 bnad->tx_info[i].tcb[j]->txq) { in bnad_per_q_stats_fill()
836 tcb = bnad->tx_info[i].tcb[j]; in bnad_per_q_stats_fill()
837 buf[bi++] = tcb->txq->tx_packets; in bnad_per_q_stats_fill()
838 buf[bi++] = tcb->txq->tx_bytes; in bnad_per_q_stats_fill()
839 buf[bi++] = tcb->producer_index; in bnad_per_q_stats_fill()
840 buf[bi++] = tcb->consumer_index; in bnad_per_q_stats_fill()
841 buf[bi++] = *(tcb->hw_consumer_index); in bnad_per_q_stats_fill()
/Linux-v4.19/drivers/net/ethernet/agere/
Det131x.c349 struct tcb { struct
350 struct tcb *next; /* Next entry in ring */ argument
361 struct tcb *tcb_ring; argument
364 struct tcb *tcb_qhead;
365 struct tcb *tcb_qtail;
368 struct tcb *send_head;
369 struct tcb *send_tail;
1757 struct tcb *tcb = tx_ring->tcb_ring; in et131x_init_send() local
1759 tx_ring->tcb_qhead = tcb; in et131x_init_send()
1761 memset(tcb, 0, sizeof(struct tcb) * NUM_TCB); in et131x_init_send()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/pwm/
Datmel-tcb-pwm.txt4 - compatible: should be "atmel,tcb-pwm"
13 compatible = "atmel,tcb-pwm";
/Linux-v4.19/arch/arm/boot/dts/
Dmpa1600.dts37 compatible = "atmel,tcb-timer";
42 compatible = "atmel,tcb-timer";
Dat91-linea.dtsi32 compatible = "atmel,tcb-timer";
37 compatible = "atmel,tcb-timer";
Dat91-kizbox.dts36 compatible = "atmel,tcb-timer";
41 compatible = "atmel,tcb-timer";
173 compatible = "atmel,tcb-pwm";
Dge863-pro3.dtsi23 compatible = "atmel,tcb-timer";
28 compatible = "atmel,tcb-timer";
Dat91-ariettag25.dts51 compatible = "atmel,tcb-timer";
56 compatible = "atmel,tcb-timer";
Dtny_a9260_common.dtsi32 compatible = "atmel,tcb-timer";
37 compatible = "atmel,tcb-timer";
Dethernut5.dts41 compatible = "atmel,tcb-timer";
46 compatible = "atmel,tcb-timer";
Dtny_a9263.dts41 compatible = "atmel,tcb-timer";
46 compatible = "atmel,tcb-timer";
Dusb_a9260_common.dtsi28 compatible = "atmel,tcb-timer";
33 compatible = "atmel,tcb-timer";
Dat91-sam9_l9260.dts37 compatible = "atmel,tcb-timer";
42 compatible = "atmel,tcb-timer";
Dat91sam9x5cm.dtsi29 compatible = "atmel,tcb-timer";
34 compatible = "atmel,tcb-timer";
Dat91rm9200ek.dts37 compatible = "atmel,tcb-timer";
42 compatible = "atmel,tcb-timer";
Dat91-cosino.dtsi42 compatible = "atmel,tcb-timer";
47 compatible = "atmel,tcb-timer";
Dat91-foxg20.dts39 compatible = "atmel,tcb-timer";
44 compatible = "atmel,tcb-timer";
Dat91-sama5d4_ma5d4.dtsi94 compatible = "atmel,tcb-timer";
99 compatible = "atmel,tcb-timer";
Dpm9g45.dts57 compatible = "atmel,tcb-timer";
62 compatible = "atmel,tcb-timer";
Dsama5d3xcm.dtsi40 compatible = "atmel,tcb-timer";
45 compatible = "atmel,tcb-timer";
Dusb_a9263.dts41 compatible = "atmel,tcb-timer";
46 compatible = "atmel,tcb-timer";
Danimeo_ip.dts48 compatible = "atmel,tcb-timer";
53 compatible = "atmel,tcb-timer";
/Linux-v4.19/drivers/isdn/gigaset/
Dser-gigaset.c107 struct cmdbuf_t *cb, *tcb; in send_cb() local
135 tcb = cb; in send_cb()
146 if (tcb->wake_tasklet) in send_cb()
147 tasklet_schedule(tcb->wake_tasklet); in send_cb()
148 kfree(tcb); in send_cb()

123