/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 163 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() argument 165 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txq_cleanup() 169 for (i = 0; i < tcb->q_depth; i++) { in bnad_txq_cleanup() 173 bnad_tx_buff_unmap(bnad, unmap_q, tcb->q_depth, i); in bnad_txq_cleanup() 185 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() argument 189 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txcmpl_process() 194 if (!test_bit(BNAD_TXQ_TX_STARTED, &tcb->flags)) in bnad_txcmpl_process() 197 hw_cons = *(tcb->hw_consumer_index); in bnad_txcmpl_process() 198 cons = tcb->consumer_index; in bnad_txcmpl_process() 199 q_depth = tcb->q_depth; in bnad_txcmpl_process() [all …]
|
D | bnad_ethtool.c | 767 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()
|
D | bna_tx_rx.c | 3152 txq->tcb->priority = txq->priority; in bna_tx_sm_started_entry() 3468 txq->tcb->sw_qpt = (void **) swqpt_mem->kva; in bna_txq_qpt_setup() 3469 txq->tcb->sw_q = page_mem->kva; in bna_txq_qpt_setup() 3475 txq->tcb->sw_qpt[i] = kva; in bna_txq_qpt_setup() 3518 txq->tcb = NULL; in bna_tx_free() 3601 txq->tcb->i_dbell->doorbell_addr = in bna_bfi_tx_enet_start_rsp() 3604 txq->tcb->q_dbell = in bna_bfi_tx_enet_start_rsp() 3610 (*txq->tcb->hw_consumer_index) = 0; in bna_bfi_tx_enet_start_rsp() 3611 txq->tcb->producer_index = txq->tcb->consumer_index = 0; in bna_bfi_tx_enet_start_rsp() 3765 txq->tcb = (struct bna_tcb *) in bna_tx_create() [all …]
|
D | bnad.h | 211 struct bna_tcb *tcb[BNAD_MAX_TXQ_PER_TX]; member
|
D | bna_types.h | 463 struct bna_tcb *tcb; member
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/pwm/ |
D | atmel-tcb-pwm.txt | 4 - compatible: should be "atmel,tcb-pwm" 13 compatible = "atmel,tcb-pwm";
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 108 struct cmdbuf_t *cb, *tcb; in send_cb() local 137 tcb = cb; in send_cb() 148 if (tcb->wake_tasklet) in send_cb() 149 tasklet_schedule(tcb->wake_tasklet); in send_cb() 150 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.1.27/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 57 - compatible: Should be "atmel,<chip>-tcb". 72 compatible = "atmel,at91rm9200-tcb"; 81 compatible = "atmel,at91rm9200-tcb";
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sama5d3_tcb1.dtsi | 31 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9n12.dtsi | 431 compatible = "atmel,at91sam9x5-tcb"; 439 compatible = "atmel,at91sam9x5-tcb";
|
D | at91rm9200.dtsi | 376 compatible = "atmel,at91rm9200-tcb"; 386 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9260.dtsi | 377 compatible = "atmel,at91rm9200-tcb"; 387 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9x5.dtsi | 418 compatible = "atmel,at91sam9x5-tcb"; 426 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9g45.dtsi | 406 compatible = "atmel,at91rm9200-tcb"; 414 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9261.dtsi | 117 compatible = "atmel,at91rm9200-tcb";
|
D | sama5d4.dtsi | 936 compatible = "atmel,at91sam9x5-tcb"; 1070 compatible = "atmel,at91sam9x5-tcb";
|
D | at91sam9rl.dtsi | 119 compatible = "atmel,at91rm9200-tcb";
|
D | at91sam9263.dtsi | 377 compatible = "atmel,at91rm9200-tcb";
|
D | sama5d3.dtsi | 145 compatible = "atmel,at91sam9x5-tcb";
|
/linux-4.1.27/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.1.27/net/ipv4/ |
D | tcp_output.c | 912 struct tcp_skb_cb *tcb; in tcp_transmit_skb() local 934 tcb = TCP_SKB_CB(skb); in tcp_transmit_skb() 937 if (unlikely(tcb->tcp_flags & TCPHDR_SYN)) in tcp_transmit_skb() 969 th->seq = htonl(tcb->seq); in tcp_transmit_skb() 972 tcb->tcp_flags); in tcp_transmit_skb() 974 if (unlikely(tcb->tcp_flags & TCPHDR_SYN)) { in tcp_transmit_skb() 986 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in tcp_transmit_skb() 987 if (before(tp->snd_up, tcb->seq + 0x10000)) { in tcp_transmit_skb() 988 th->urg_ptr = htons(tp->snd_up - tcb->seq); in tcp_transmit_skb() 990 } 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.1.27/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.1.27/drivers/net/ethernet/intel/ |
D | e100.c | 521 } tcb; member 1788 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare() 1789 cb->u.tcb.tcb_byte_count = 0; in e100_xmit_prepare() 1790 cb->u.tcb.threshold = nic->tx_threshold; in e100_xmit_prepare() 1791 cb->u.tcb.tbd_count = 1; in e100_xmit_prepare() 1792 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare() 1793 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare() 1857 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean() 1858 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean() 1884 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 1781 req->tcb.t_state_to_astid = in send_fw_act_open_req() 1784 req->tcb.cplrxdataack_cplpassacceptrpl = in send_fw_act_open_req() 1786 req->tcb.tx_max = (__force __be32) jiffies; in send_fw_act_open_req() 1787 req->tcb.rcv_adv = htons(1); in send_fw_act_open_req() 1801 req->tcb.opt0 = (__force __be64) (TCAM_BYPASS_F | in send_fw_act_open_req() 1813 req->tcb.opt2 = (__force __be32) (PACE_V(1) | in send_fw_act_open_req() 1819 req->tcb.opt2 |= (__force __be32)TSTAMPS_EN_F; in send_fw_act_open_req() 1821 req->tcb.opt2 |= (__force __be32)SACK_EN_F; in send_fw_act_open_req() 1823 req->tcb.opt2 |= (__force __be32)WND_SCALE_EN_F; in send_fw_act_open_req() 1824 req->tcb.opt0 = cpu_to_be64((__force u64)req->tcb.opt0); in send_fw_act_open_req() [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 491 } tcb; member
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1403 setup. Specyfing "tcb" as the value, measures all 1407 Format: "tcb"
|