/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
D | dp_link.h | 94 static inline u32 dp_link_bit_depth_to_bpp(u32 tbd) in dp_link_bit_depth_to_bpp() argument 102 switch (tbd) { in dp_link_bit_depth_to_bpp() 123 static inline u32 dp_link_bit_depth_to_bpc(u32 tbd) in dp_link_bit_depth_to_bpc() argument 125 switch (tbd) { in dp_link_bit_depth_to_bpc()
|
D | dp_link.c | 292 static bool dp_link_is_bit_depth_valid(u32 tbd) in dp_link_is_bit_depth_valid() argument 295 switch (tbd) { in dp_link_is_bit_depth_valid() 1170 u32 tbd; in dp_link_get_test_bits_depth() local 1179 tbd = DP_TEST_BIT_DEPTH_6; in dp_link_get_test_bits_depth() 1182 tbd = DP_TEST_BIT_DEPTH_8; in dp_link_get_test_bits_depth() 1185 tbd = DP_TEST_BIT_DEPTH_10; in dp_link_get_test_bits_depth() 1188 tbd = DP_TEST_BIT_DEPTH_UNKNOWN; in dp_link_get_test_bits_depth() 1192 if (tbd != DP_TEST_BIT_DEPTH_UNKNOWN) in dp_link_get_test_bits_depth() 1193 tbd = (tbd >> DP_TEST_BIT_DEPTH_SHIFT); in dp_link_get_test_bits_depth() 1195 return tbd; in dp_link_get_test_bits_depth()
|
D | dp_ctrl.c | 127 u32 config = 0, tbd; in dp_ctrl_config_ctrl() local 137 tbd = dp_link_get_test_bits_depth(ctrl->link, in dp_ctrl_config_ctrl() 140 if (tbd == DP_TEST_BIT_DEPTH_UNKNOWN) { in dp_ctrl_config_ctrl() 142 tbd = DP_TEST_BIT_DEPTH_8; in dp_ctrl_config_ctrl() 145 config |= tbd << DP_CONFIGURATION_CTRL_BPC_SHIFT; in dp_ctrl_config_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
D | qlge_dbg.c | 1827 void ql_dump_tx_desc(struct ql_adapter *qdev, struct tx_buf_desc *tbd) in ql_dump_tx_desc() argument 1830 le64_to_cpu((u64)tbd->addr)); in ql_dump_tx_desc() 1832 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc() 1834 tbd->len & TX_DESC_C ? "C" : ".", in ql_dump_tx_desc() 1835 tbd->len & TX_DESC_E ? "E" : "."); in ql_dump_tx_desc() 1836 tbd++; in ql_dump_tx_desc() 1838 le64_to_cpu((u64)tbd->addr)); in ql_dump_tx_desc() 1840 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc() 1842 tbd->len & TX_DESC_C ? "C" : ".", in ql_dump_tx_desc() 1843 tbd->len & TX_DESC_E ? "E" : "."); in ql_dump_tx_desc() [all …]
|
D | qlge_main.c | 1241 struct tx_buf_desc *tbd = mac_iocb_ptr->tbd; in ql_map_send() local 1261 tbd->len = cpu_to_le32(len); in ql_map_send() 1262 tbd->addr = cpu_to_le64(map); in ql_map_send() 1277 tbd++; in ql_map_send() 1309 tbd->addr = cpu_to_le64(map); in ql_map_send() 1315 tbd->len = in ql_map_send() 1322 tbd = (struct tx_buf_desc *)&tx_ring_desc->oal; in ql_map_send() 1337 tbd->addr = cpu_to_le64(map); in ql_map_send() 1338 tbd->len = cpu_to_le32(skb_frag_size(frag)); in ql_map_send() 1347 tbd->len = cpu_to_le32(le32_to_cpu(tbd->len) | TX_DESC_E); in ql_map_send()
|
D | qlge.h | 1104 struct tx_buf_desc tbd[TX_DESC_PER_IOCB]; member 1149 struct tx_buf_desc tbd[TX_DESC_PER_IOCB]; member 2340 void ql_dump_tx_desc(struct ql_adapter *qdev, struct tx_buf_desc *tbd);
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | quicc_simple.h | 26 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
D | lib82596.c | 202 u32 tbd; member 1001 struct i596_tbd *tbd; in i596_start_xmit() local 1017 tbd = lp->dma->tbds + lp->next_tx_cmd; in i596_start_xmit() 1029 tx_cmd->tbd = SWAP32(virt_to_dma(lp, tbd)); in i596_start_xmit() 1030 tbd->next = I596_NULL; in i596_start_xmit() 1037 tbd->pad = 0; in i596_start_xmit() 1038 tbd->size = SWAP16(EOF | length); in i596_start_xmit() 1042 tbd->data = SWAP32(tx_cmd->dma_addr); in i596_start_xmit() 1046 dma_sync_dev(dev, tbd, sizeof(struct i596_tbd)); in i596_start_xmit()
|
D | 82596.c | 235 struct i596_tbd *tbd; member 1054 struct i596_tbd *tbd; in i596_start_xmit() local 1068 tbd = lp->tbds + lp->next_tx_cmd; in i596_start_xmit() 1079 tx_cmd->tbd = WSWAPtbd(virt_to_bus(tbd)); in i596_start_xmit() 1080 tbd->next = I596_NULL; in i596_start_xmit() 1087 tbd->pad = 0; in i596_start_xmit() 1088 tbd->size = EOF | length; in i596_start_xmit() 1090 tbd->data = WSWAPchar(virt_to_bus(skb->data)); in i596_start_xmit()
|
D | ether1.c | 674 tbd_t tbd; in ether1_sendpacket() local 705 tbd.tbd_opts = TBD_EOL | skb->len; in ether1_sendpacket() 706 tbd.tbd_link = I82586_NULL; in ether1_sendpacket() 707 tbd.tbd_bufl = dataddr; in ether1_sendpacket() 708 tbd.tbd_bufh = 0; in ether1_sendpacket() 715 ether1_writebuffer (dev, &tbd, tbdaddr, TBD_SIZE); in ether1_sendpacket()
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | idt77252.c | 707 struct scqe *tbd; in push_on_scq() local 742 tbd = &IDT77252_PRV_TBD(skb); in push_on_scq() 745 scq->next->word_1 = cpu_to_le32(tbd->word_1 | in push_on_scq() 747 scq->next->word_2 = cpu_to_le32(tbd->word_2); in push_on_scq() 748 scq->next->word_3 = cpu_to_le32(tbd->word_3); in push_on_scq() 749 scq->next->word_4 = cpu_to_le32(tbd->word_4); in push_on_scq() 834 struct scqe *tbd; in queue_skb() local 848 tbd = &IDT77252_PRV_TBD(skb); in queue_skb() 862 tbd->word_1 = SAR_TBD_OAM | ATM_CELL_PAYLOAD | SAR_TBD_EPDU; in queue_skb() 863 tbd->word_2 = IDT77252_PRV_PADDR(skb) + 4; in queue_skb() [all …]
|
D | idt77252.h | 789 struct scqe tbd; /* Transmit Buffer Descriptor */ member 795 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->tbd)
|
D | nicstar.c | 133 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, 1721 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, in push_scqe() argument 1752 *scq->next = *tbd; in push_scqe() 1758 card->index, le32_to_cpu(tbd->word_1), le32_to_cpu(tbd->word_2), in push_scqe() 1759 le32_to_cpu(tbd->word_3), le32_to_cpu(tbd->word_4), in push_scqe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 2809 struct ipw2100_bd *tbd; in __ipw2100_tx_process() local 2822 tbd = &txq->drv[packet->index]; in __ipw2100_tx_process() 2834 descriptors_used = tbd->num_fragments; in __ipw2100_tx_process() 2835 frag_num = tbd->num_fragments - 1; in __ipw2100_tx_process() 2919 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries]; in __ipw2100_tx_process() 2923 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process() 2925 dma_unmap_single(&priv->pci_dev->dev, tbd->host_addr, in __ipw2100_tx_process() 2926 tbd->buf_length, DMA_TO_DEVICE); in __ipw2100_tx_process() 3000 struct ipw2100_bd *tbd; in ipw2100_tx_send_commands() local 3028 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_commands() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ |
D | e100.c | 492 } tbd; member 1763 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare() 1767 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare() 1768 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare() 1832 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean() 1833 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean() 1859 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs() 1860 le16_to_cpu(cb->u.tcb.tbd.size), in e100_clean_cbs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2927 unsigned int tbd[SGE_TXQ_PER_SET] = {0, 0}; in sge_timer_tx() local 2931 tbd[TXQ_ETH] = reclaim_completed_tx(adap, &qs->txq[TXQ_ETH], in sge_timer_tx() 2937 tbd[TXQ_OFLD] = reclaim_completed_tx(adap, &qs->txq[TXQ_OFLD], in sge_timer_tx() 2943 (max(tbd[TXQ_ETH], tbd[TXQ_OFLD]) / in sge_timer_tx()
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | atarikbd.rst | 443 be used sparingly, and the output should not be shut of for more than <tbd>
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 3241 + /* ...probably just increase counter of open references? - tbd */ 3288 + /* ...check mapping flags (tbd) */ 4518 + /* ...counter of memory mappings (no real use of it yet - tbd) */ 6512 + /* ...terminate list of buffers (not too good - tbd) */ 6666 + /* ...local client number (think about merging into "id" field - tbd) */ 7664 + /* ...do I need to take component lock here? guess no - tbd */ 7666 + /* ...buffers and stuff? - tbd */
|