/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 164 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() argument 166 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txq_cleanup() 170 for (i = 0; i < tcb->q_depth; i++) { in bnad_txq_cleanup() 174 bnad_tx_buff_unmap(bnad, unmap_q, tcb->q_depth, i); in bnad_txq_cleanup() 186 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() argument 190 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txcmpl_process() 195 if (!test_bit(BNAD_TXQ_TX_STARTED, &tcb->flags)) in bnad_txcmpl_process() 198 hw_cons = *(tcb->hw_consumer_index); in bnad_txcmpl_process() 199 cons = tcb->consumer_index; in bnad_txcmpl_process() 200 q_depth = tcb->q_depth; in bnad_txcmpl_process() [all …]
|
D | bnad_ethtool.c | 769 struct bna_tcb *tcb = NULL; in bnad_per_q_stats_fill() local 838 if (bnad->tx_info[i].tcb[j] && in bnad_per_q_stats_fill() 839 bnad->tx_info[i].tcb[j]->txq) { in bnad_per_q_stats_fill() 840 tcb = bnad->tx_info[i].tcb[j]; in bnad_per_q_stats_fill() 841 buf[bi++] = tcb->txq->tx_packets; in bnad_per_q_stats_fill() 842 buf[bi++] = tcb->txq->tx_bytes; in bnad_per_q_stats_fill() 843 buf[bi++] = tcb->producer_index; in bnad_per_q_stats_fill() 844 buf[bi++] = tcb->consumer_index; in bnad_per_q_stats_fill() 845 buf[bi++] = *(tcb->hw_consumer_index); in bnad_per_q_stats_fill()
|
D | bna_tx_rx.c | 2882 txq->tcb->priority = txq->priority; in bna_tx_sm_started_entry() 3185 txq->tcb->sw_qpt = (void **) swqpt_mem->kva; in bna_txq_qpt_setup() 3186 txq->tcb->sw_q = page_mem->kva; in bna_txq_qpt_setup() 3192 txq->tcb->sw_qpt[i] = kva; in bna_txq_qpt_setup() 3230 txq->tcb = NULL; in bna_tx_free() 3292 txq->tcb->i_dbell->doorbell_addr = in bna_bfi_tx_enet_start_rsp() 3295 txq->tcb->q_dbell = in bna_bfi_tx_enet_start_rsp() 3301 (*txq->tcb->hw_consumer_index) = 0; in bna_bfi_tx_enet_start_rsp() 3302 txq->tcb->producer_index = txq->tcb->consumer_index = 0; in bna_bfi_tx_enet_start_rsp() 3450 txq->tcb = (struct bna_tcb *) in bna_tx_create() [all …]
|
D | bnad.h | 213 struct bna_tcb *tcb[BNAD_MAX_TXQ_PER_TX]; member
|
D | bna_types.h | 453 struct bna_tcb *tcb; member
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 347 struct tcb { struct 348 struct tcb *next; /* Next entry in ring */ argument 359 struct tcb *tcb_ring; argument 362 struct tcb *tcb_qhead; 363 struct tcb *tcb_qtail; 366 struct tcb *send_head; 367 struct tcb *send_tail; 1756 struct tcb *tcb = tx_ring->tcb_ring; in et131x_init_send() local 1758 tx_ring->tcb_qhead = tcb; in et131x_init_send() 1760 memset(tcb, 0, sizeof(struct tcb) * NUM_TCB); in et131x_init_send() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | atmel-tcb-pwm.txt | 4 - compatible: should be "atmel,tcb-pwm" 13 compatible = "atmel,tcb-pwm";
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 107 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()
|
D | common.c | 821 struct cmdbuf_t *cb, *tcb; in cleanup_cs() local 840 tcb = cb; in cleanup_cs() 842 kfree(tcb); in cleanup_cs()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 60 - compatible: Should be "atmel,<chip>-tcb". 75 compatible = "atmel,at91rm9200-tcb"; 84 compatible = "atmel,at91rm9200-tcb";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sama5d3_tcb1.dtsi | 31 compatible = "atmel,at91sam9x5-tcb";
|
D | at91-kizbox.dts | 141 compatible = "atmel,tcb-pwm";
|
D | at91rm9200.dtsi | 378 compatible = "atmel,at91rm9200-tcb"; 388 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9260.dtsi | 379 compatible = "atmel,at91rm9200-tcb"; 389 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9n12.dtsi | 433 compatible = "atmel,at91sam9x5-tcb"; 441 compatible = "atmel,at91sam9x5-tcb";
|
D | sama5d2.dtsi | 840 compatible = "atmel,at91sam9x5-tcb"; 848 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9x5.dtsi | 420 compatible = "atmel,at91sam9x5-tcb"; 428 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9g45.dtsi | 408 compatible = "atmel,at91rm9200-tcb"; 416 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9261.dtsi | 117 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9rl.dtsi | 119 compatible = "atmel,at91rm9200-tcb";
|
D | sama5d4.dtsi | 957 compatible = "atmel,at91sam9x5-tcb"; 1185 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9263.dtsi | 377 compatible = "atmel,at91rm9200-tcb";
|
D | sama5d3.dtsi | 145 compatible = "atmel,at91sam9x5-tcb";
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1126 struct tcb; 1162 struct tcb { struct 1654 struct tcb target[MAX_TARGET]; /* Target data */ 1937 static void ncr_negotiate (struct ncb* np, struct tcb* tp); 3972 struct tcb *tp = &np->target[i]; in ncr_prepare_setting() 4062 struct tcb *tp = &np->target[cp->target]; in ncr_prepare_nego() 4122 struct tcb *tp = &np->target[sdev->id]; in ncr_queue_command() 4707 struct tcb *tp; in ncr_detach() 4819 struct tcb *tp; in ncr_complete() 5094 struct tcb *tp = &np->target[cp->target]; in ncr_ccb_skipped() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | tcp_output.c | 909 struct tcp_skb_cb *tcb; in tcp_transmit_skb() local 931 tcb = TCP_SKB_CB(skb); in tcp_transmit_skb() 934 if (unlikely(tcb->tcp_flags & TCPHDR_SYN)) in tcp_transmit_skb() 963 th->seq = htonl(tcb->seq); in tcp_transmit_skb() 966 tcb->tcp_flags); in tcp_transmit_skb() 968 if (unlikely(tcb->tcp_flags & TCPHDR_SYN)) { in tcp_transmit_skb() 980 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in tcp_transmit_skb() 981 if (before(tp->snd_up, tcb->seq + 0x10000)) { in tcp_transmit_skb() 982 th->urg_ptr = htons(tp->snd_up - tcb->seq); in tcp_transmit_skb() 984 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in tcp_transmit_skb() [all …]
|
D | tcp.c | 619 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail() local 622 tcb->seq = tcb->end_seq = tp->write_seq; in skb_entail() 623 tcb->tcp_flags = TCPHDR_ACK; in skb_entail() 624 tcb->sacked = 0; in skb_entail()
|
/linux-4.4.14/drivers/pwm/ |
D | Makefile | 6 obj-$(CONFIG_PWM_ATMEL_TCB) += pwm-atmel-tcb.o
|
D | Kconfig | 75 will be called pwm-atmel-tcb.
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 521 } tcb; member 1791 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare() 1792 cb->u.tcb.tcb_byte_count = 0; in e100_xmit_prepare() 1793 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare() 1794 cb->u.tcb.tbd_count = 1; in e100_xmit_prepare() 1795 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare() 1796 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare() 1860 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean() 1861 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean() 1887 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 1838 req->tcb.t_state_to_astid = in send_fw_act_open_req() 1841 req->tcb.cplrxdataack_cplpassacceptrpl = in send_fw_act_open_req() 1843 req->tcb.tx_max = (__force __be32) jiffies; in send_fw_act_open_req() 1844 req->tcb.rcv_adv = htons(1); in send_fw_act_open_req() 1858 req->tcb.opt0 = (__force __be64) (TCAM_BYPASS_F | in send_fw_act_open_req() 1870 req->tcb.opt2 = (__force __be32) (PACE_V(1) | in send_fw_act_open_req() 1876 req->tcb.opt2 |= (__force __be32)TSTAMPS_EN_F; in send_fw_act_open_req() 1878 req->tcb.opt2 |= (__force __be32)SACK_EN_F; in send_fw_act_open_req() 1880 req->tcb.opt2 |= (__force __be32)WND_SCALE_EN_F; in send_fw_act_open_req() 1881 req->tcb.opt0 = cpu_to_be64((__force u64)req->tcb.opt0); in send_fw_act_open_req() [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 491 } tcb; member
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1467 setup. Specyfing "tcb" as the value, measures all 1471 Format: "tcb"
|