Home
last modified time | relevance | path

Searched refs:tbd (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_link.h88 * @tbd: test bit depth
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()
117 * @tbd: test bit depth
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()
H A Ddp_link.c289 * @tbd: bit depth requested by the sink
293 static bool dp_link_is_bit_depth_valid(u32 tbd) in dp_link_is_bit_depth_valid() argument
296 switch (tbd) { in dp_link_is_bit_depth_valid()
1172 u32 tbd; in dp_link_get_test_bits_depth() local
1181 tbd = DP_TEST_BIT_DEPTH_6; in dp_link_get_test_bits_depth()
1184 tbd = DP_TEST_BIT_DEPTH_8; in dp_link_get_test_bits_depth()
1187 tbd = DP_TEST_BIT_DEPTH_10; in dp_link_get_test_bits_depth()
1190 tbd = DP_TEST_BIT_DEPTH_UNKNOWN; in dp_link_get_test_bits_depth()
1194 if (tbd != DP_TEST_BIT_DEPTH_UNKNOWN) in dp_link_get_test_bits_depth()
1195 tbd in dp_link_get_test_bits_depth()
[all...]
H A Ddp_ctrl.c127 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-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_link.h88 * @tbd: test bit depth
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()
117 * @tbd: test bit depth
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()
H A Ddp_link.c294 * @tbd: bit depth requested by the sink
298 static bool dp_link_is_bit_depth_valid(u32 tbd) in dp_link_is_bit_depth_valid() argument
301 switch (tbd) { in dp_link_is_bit_depth_valid()
1215 u32 tbd; in dp_link_get_test_bits_depth() local
1227 tbd = DP_TEST_BIT_DEPTH_6; in dp_link_get_test_bits_depth()
1230 tbd = DP_TEST_BIT_DEPTH_8; in dp_link_get_test_bits_depth()
1233 tbd = DP_TEST_BIT_DEPTH_10; in dp_link_get_test_bits_depth()
1238 tbd = DP_TEST_BIT_DEPTH_8; in dp_link_get_test_bits_depth()
1242 tbd = (tbd >> DP_TEST_BIT_DEPTH_SHIF in dp_link_get_test_bits_depth()
[all...]
/kernel/linux/linux-5.10/drivers/staging/qlge/
H A Dqlge_dbg.c1827 void ql_dump_tx_desc(struct ql_adapter *qdev, struct tx_buf_desc *tbd) in ql_dump_tx_desc() argument
1829 netdev_err(qdev->ndev, "tbd->addr = 0x%llx\n", in ql_dump_tx_desc()
1830 le64_to_cpu((u64)tbd->addr)); in ql_dump_tx_desc()
1831 netdev_err(qdev->ndev, "tbd->len = %d\n", in ql_dump_tx_desc()
1832 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc()
1833 netdev_err(qdev->ndev, "tbd->flags = %s %s\n", 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()
1837 netdev_err(qdev->ndev, "tbd in ql_dump_tx_desc()
1858 struct tx_buf_desc *tbd; ql_dump_ob_mac_iocb() local
[all...]
H A Dqlge_main.c1241 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 in ql_map_send()
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dquicc_simple.h26 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dquicc_simple.h26 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dether1.c674 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()
H A Dlib82596.c202 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, sizeo in i596_start_xmit()
[all...]
H A D82596.c235 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dether1.c674 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()
H A Dlib82596.c201 u32 tbd; member
1000 struct i596_tbd *tbd; in i596_start_xmit() local
1016 tbd = lp->dma->tbds + lp->next_tx_cmd; in i596_start_xmit()
1028 tx_cmd->tbd = SWAP32(virt_to_dma(lp, tbd)); in i596_start_xmit()
1029 tbd->next = I596_NULL; in i596_start_xmit()
1036 tbd->pad = 0; in i596_start_xmit()
1037 tbd->size = SWAP16(EOF | length); in i596_start_xmit()
1041 tbd->data = SWAP32(tx_cmd->dma_addr); in i596_start_xmit()
1045 dma_sync_dev(dev, tbd, sizeo in i596_start_xmit()
[all...]
H A D82596.c234 struct i596_tbd *tbd; member
1053 struct i596_tbd *tbd; in i596_start_xmit() local
1067 tbd = lp->tbds + lp->next_tx_cmd; in i596_start_xmit()
1078 tx_cmd->tbd = WSWAPtbd(virt_to_bus(tbd)); in i596_start_xmit()
1079 tbd->next = I596_NULL; in i596_start_xmit()
1086 tbd->pad = 0; in i596_start_xmit()
1087 tbd->size = EOF | length; in i596_start_xmit()
1089 tbd->data = WSWAPchar(virt_to_bus(skb->data)); in i596_start_xmit()
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c707 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 in queue_skb()
[all...]
H A Didt77252.h789 struct scqe tbd; /* Transmit Buffer Descriptor */ member
795 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->tbd)
H A Dnicstar.c133 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-6.6/drivers/atm/
H A Didt77252.c707 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 in queue_skb()
[all...]
H A Didt77252.h789 struct scqe tbd; /* Transmit Buffer Descriptor */ member
795 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->tbd)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2809 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
3069 struct ipw2100_bd *tbd; ipw2100_tx_send_data() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2798 struct ipw2100_bd *tbd; in __ipw2100_tx_process() local
2811 tbd = &txq->drv[packet->index]; in __ipw2100_tx_process()
2823 descriptors_used = tbd->num_fragments; in __ipw2100_tx_process()
2824 frag_num = tbd->num_fragments - 1; in __ipw2100_tx_process()
2908 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries]; in __ipw2100_tx_process()
2912 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process()
2914 dma_unmap_single(&priv->pci_dev->dev, tbd->host_addr, in __ipw2100_tx_process()
2915 tbd->buf_length, DMA_TO_DEVICE); in __ipw2100_tx_process()
2989 struct ipw2100_bd *tbd; in ipw2100_tx_send_commands() local
3058 struct ipw2100_bd *tbd; ipw2100_tx_send_data() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_main.c1236 struct tx_buf_desc *tbd = mac_iocb_ptr->tbd; in qlge_map_send() local
1256 tbd->len = cpu_to_le32(len); in qlge_map_send()
1257 tbd->addr = cpu_to_le64(map); in qlge_map_send()
1272 tbd++; in qlge_map_send()
1304 tbd->addr = cpu_to_le64(map); in qlge_map_send()
1310 tbd->len = in qlge_map_send()
1317 tbd = (struct tx_buf_desc *)&tx_ring_desc->oal; in qlge_map_send()
1332 tbd->addr = cpu_to_le64(map); in qlge_map_send()
1333 tbd in qlge_map_send()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
H A De100.c492 } tbd; member
1760 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare()
1764 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare()
1765 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare()
1829 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean()
1830 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean()
1856 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs()
1857 le16_to_cpu(cb->u.tcb.tbd.size), in e100_clean_cbs()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/
H A De100.c492 } tbd; member
1759 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare()
1763 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare()
1764 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare()
1828 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean()
1829 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean()
1855 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs()
1856 le16_to_cpu(cb->u.tcb.tbd.size), in e100_clean_cbs()

Completed in 57 milliseconds

12