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

/linux-master/arch/m68k/include/asm/
H A Dquicc_simple.h26 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
/linux-master/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) argument
102 switch (tbd) {
H A Ddp_link.c294 * @tbd: bit depth requested by the sink
298 static bool dp_link_is_bit_depth_valid(u32 tbd) argument
301 switch (tbd) {
1183 u32 tbd; local
1195 tbd = DP_TEST_BIT_DEPTH_6;
1198 tbd = DP_TEST_BIT_DEPTH_8;
1201 tbd = DP_TEST_BIT_DEPTH_10;
1206 tbd = DP_TEST_BIT_DEPTH_8;
1210 tbd = (tbd >> DP_TEST_BIT_DEPTH_SHIF
[all...]
H A Ddp_ctrl.c139 u32 config = 0, tbd; local
152 tbd = dp_link_get_test_bits_depth(ctrl->link,
155 config |= tbd << DP_CONFIGURATION_CTRL_BPC_SHIFT;
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c234 struct i596_tbd *tbd; member in struct:tx_cmd
1053 struct i596_tbd *tbd; local
1067 tbd = lp->tbds + lp->next_tx_cmd;
1078 tx_cmd->tbd = WSWAPtbd(virt_to_bus(tbd));
1079 tbd->next = I596_NULL;
1086 tbd->pad = 0;
1087 tbd->size = EOF | length;
1089 tbd->data = WSWAPchar(virt_to_bus(skb->data));
H A Dether1.c674 tbd_t tbd; local
705 tbd.tbd_opts = TBD_EOL | skb->len;
706 tbd.tbd_link = I82586_NULL;
707 tbd.tbd_bufl = dataddr;
708 tbd.tbd_bufh = 0;
715 ether1_writebuffer (dev, &tbd, tbdaddr, TBD_SIZE);
H A Dlib82596.c201 u32 tbd; member in struct:tx_cmd
1000 struct i596_tbd *tbd; local
1016 tbd = lp->dma->tbds + lp->next_tx_cmd;
1028 tx_cmd->tbd = SWAP32(virt_to_dma(lp, tbd));
1029 tbd->next = I596_NULL;
1036 tbd->pad = 0;
1037 tbd->size = SWAP16(EOF | length);
1041 tbd->data = SWAP32(tx_cmd->dma_addr);
1045 dma_sync_dev(dev, tbd, sizeo
[all...]
/linux-master/drivers/atm/
H A Didt77252.c707 struct scqe *tbd; local
742 tbd = &IDT77252_PRV_TBD(skb);
745 scq->next->word_1 = cpu_to_le32(tbd->word_1 |
747 scq->next->word_2 = cpu_to_le32(tbd->word_2);
748 scq->next->word_3 = cpu_to_le32(tbd->word_3);
749 scq->next->word_4 = cpu_to_le32(tbd->word_4);
834 struct scqe *tbd; local
848 tbd = &IDT77252_PRV_TBD(skb);
862 tbd->word_1 = SAR_TBD_OAM | ATM_CELL_PAYLOAD | SAR_TBD_EPDU;
863 tbd
[all...]
H A Didt77252.h789 struct scqe tbd; /* Transmit Buffer Descriptor */ member in struct:idt77252_skb_prv
795 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->tbd)
H A Dnicstar.c134 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd,
1728 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, argument
1759 *scq->next = *tbd;
1765 card->index, le32_to_cpu(tbd->word_1), le32_to_cpu(tbd->word_2),
1766 le32_to_cpu(tbd->word_3), le32_to_cpu(tbd->word_4),
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2796 struct ipw2100_bd *tbd; local
2809 tbd = &txq->drv[packet->index];
2821 descriptors_used = tbd->num_fragments;
2822 frag_num = tbd->num_fragments - 1;
2906 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries];
2910 tbd->host_addr, tbd->buf_length);
2912 dma_unmap_single(&priv->pci_dev->dev, tbd->host_addr,
2913 tbd->buf_length, DMA_TO_DEVICE);
2987 struct ipw2100_bd *tbd; local
3056 struct ipw2100_bd *tbd; local
[all...]
/linux-master/drivers/net/ethernet/intel/
H A De100.c492 } tbd; member in struct:cb::__anon551::__anon552
1759 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
1763 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr);
1764 cb->u.tcb.tbd.size = cpu_to_le16(skb->len);
1828 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1829 le16_to_cpu(cb->u.tcb.tbd.size),
1855 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1856 le16_to_cpu(cb->u.tcb.tbd.size),
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2912 unsigned int tbd[SGE_TXQ_PER_SET] = {0, 0}; local
2916 tbd[TXQ_ETH] = reclaim_completed_tx(adap, &qs->txq[TXQ_ETH],
2922 tbd[TXQ_OFLD] = reclaim_completed_tx(adap, &qs->txq[TXQ_OFLD],
2928 (max(tbd[TXQ_ETH], tbd[TXQ_OFLD]) /

Completed in 338 milliseconds