Home
last modified time | relevance | path

Searched refs:n_desc (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/drivers/usb/dwc2/
Dhcd_ddma.c555 u16 idx, inc, n_desc = 0, ntd_max = 0; in dwc2_init_isoc_dma_desc() local
604 n_desc++; in dwc2_init_isoc_dma_desc()
631 if (n_desc > DESCNUM_THRESHOLD) in dwc2_init_isoc_dma_desc()
662 int n_desc) in dwc2_fill_host_dma_desc() argument
664 struct dwc2_dma_desc *dma_desc = &qh->desc_list[n_desc]; in dwc2_fill_host_dma_desc()
685 qh->n_bytes[n_desc] = len; in dwc2_fill_host_dma_desc()
695 (n_desc * sizeof(struct dwc2_dma_desc)), in dwc2_fill_host_dma_desc()
716 int n_desc = 0; in dwc2_init_non_isoc_dma_desc() local
731 if (n_desc) { in dwc2_init_non_isoc_dma_desc()
741 qtd->n_desc = 0; in dwc2_init_non_isoc_dma_desc()
[all …]
Dhcd.h414 u8 n_desc; member
/Linux-v6.1/drivers/comedi/drivers/
Dcomedi_isadma.c152 int n_desc, unsigned int dma_chan1, in comedi_isadma_alloc() argument
161 if (n_desc < 1 || n_desc > 2) in comedi_isadma_alloc()
168 desc = kcalloc(n_desc, sizeof(*desc), GFP_KERNEL); in comedi_isadma_alloc()
172 dma->n_desc = n_desc; in comedi_isadma_alloc()
202 for (i = 0; i < n_desc; i++) { in comedi_isadma_alloc()
235 for (i = 0; i < dma->n_desc; i++) { in comedi_isadma_free()
/Linux-v6.1/include/linux/comedi/
Dcomedi_isadma.h52 int n_desc; member
68 int n_desc, unsigned int dma_chan1,
101 comedi_isadma_alloc(struct comedi_device *dev, int n_desc, in comedi_isadma_alloc() argument
/Linux-v6.1/drivers/usb/gadget/
Dconfig.c126 unsigned n_desc; in usb_copy_descriptors() local
131 for (bytes = 0, n_desc = 0, tmp = src; *tmp; tmp++, n_desc++) in usb_copy_descriptors()
133 bytes += (n_desc + 1) * sizeof(*tmp); in usb_copy_descriptors()
145 mem += (n_desc + 1) * sizeof(*tmp); in usb_copy_descriptors()
/Linux-v6.1/drivers/net/wan/
Dixp4xx_hss.c591 u32 phys, tab_phys, n_desc; in queue_get_desc() local
601 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()
602 BUG_ON(n_desc >= (is_tx ? TX_DESCS : RX_DESCS)); in queue_get_desc()
603 debug_desc(phys, &tab[n_desc]); in queue_get_desc()
604 BUG_ON(tab[n_desc].next); in queue_get_desc()
605 return n_desc; in queue_get_desc()
801 int n_desc; in hss_hdlc_txdone_irq() local
806 while ((n_desc = queue_get_desc(port->txdoneq, in hss_hdlc_txdone_irq()
811 desc = tx_desc_ptr(port, n_desc); in hss_hdlc_txdone_irq()
819 dev->name, port->tx_buff_tab[n_desc]); in hss_hdlc_txdone_irq()
[all …]
/Linux-v6.1/drivers/net/ethernet/xscale/
Dixp4xx_eth.c638 u32 phys, tab_phys, n_desc; in queue_get_desc() local
647 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()
648 BUG_ON(n_desc >= (is_tx ? TX_DESCS : RX_DESCS)); in queue_get_desc()
649 debug_desc(phys, &tab[n_desc]); in queue_get_desc()
650 BUG_ON(tab[n_desc].next); in queue_get_desc()
651 return n_desc; in queue_get_desc()
804 u32 npe_id, n_desc; in eth_txdone_irq() local
814 n_desc = (phys - tx_desc_phys(port, 0)) / sizeof(struct desc); in eth_txdone_irq()
815 BUG_ON(n_desc >= TX_DESCS); in eth_txdone_irq()
816 desc = tx_desc_ptr(port, n_desc); in eth_txdone_irq()
[all …]
/Linux-v6.1/drivers/usb/gadget/function/
Df_uvc.c480 unsigned int n_desc; in uvc_copy_descriptors() local
531 n_desc = 6; in uvc_copy_descriptors()
533 n_desc = 5; in uvc_copy_descriptors()
540 n_desc++; in uvc_copy_descriptors()
546 n_desc++; in uvc_copy_descriptors()
550 n_desc++; in uvc_copy_descriptors()
553 mem = kmalloc((n_desc + 1) * sizeof(*src) + bytes, GFP_KERNEL); in uvc_copy_descriptors()
559 mem += (n_desc + 1) * sizeof(*src); in uvc_copy_descriptors()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Ddma.c112 int idx, int n_desc, int bufsize) in mt7603_init_rx_queue() argument
116 err = mt76_queue_alloc(dev, q, idx, n_desc, bufsize, in mt7603_init_rx_queue()
/Linux-v6.1/include/uapi/linux/
Da.out.h154 short n_desc; member
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dmt76.h230 int idx, int n_desc, int bufsize,
973 mt76_init_queue(struct mt76_dev *dev, int qid, int idx, int n_desc,
977 int n_desc, int ring_base, u32 flags) in mt76_init_tx_queue() argument
981 q = mt76_init_queue(phy->dev, qid, idx, n_desc, ring_base, flags); in mt76_init_tx_queue()
991 int n_desc, int ring_base) in mt76_init_mcu_queue() argument
995 q = mt76_init_queue(dev, qid, idx, n_desc, ring_base, 0); in mt76_init_mcu_queue()
Dmt76x02_mmio.c109 int idx, int n_desc, int bufsize) in mt76x02_init_rx_queue() argument
113 err = mt76_queue_alloc(dev, q, idx, n_desc, bufsize, in mt76x02_init_rx_queue()
Dmt76_connac.h338 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc,
Ddma.c532 int idx, int n_desc, int bufsize, in mt76_dma_alloc_queue() argument
541 q->ndesc = n_desc; in mt76_dma_alloc_queue()
Dmt76_connac_mac.c254 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc, in mt76_connac_init_tx_queues() argument
259 err = mt76_init_tx_queue(phy, 0, idx, n_desc, ring_base, flags); in mt76_connac_init_tx_queues()
Dmac80211.c1596 mt76_init_queue(struct mt76_dev *dev, int qid, int idx, int n_desc, in mt76_init_queue() argument
1608 err = dev->queue_ops->alloc(dev, hwq, idx, n_desc, 0, ring_base); in mt76_init_queue()
/Linux-v6.1/drivers/dma/ipu/
Dipu_idmac.c957 int ret = 0, n_desc = 0; in ipu_init_channel() local
969 n_desc = 16; in ipu_init_channel()
974 n_desc = 16; in ipu_init_channel()
981 n_desc = 4; in ipu_init_channel()
996 if (n_desc && !ichan->desc) in ipu_init_channel()
997 ret = idmac_desc_alloc(ichan, n_desc); in ipu_init_channel()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddma.c9 mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc, int ring_base) in mt7915_init_tx_queues() argument
18 return mt76_connac_init_tx_queues(phy->mt76, idx, n_desc, ring_base, in mt7915_init_tx_queues()
/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1193 int i, n_desc = 1; in mtk_tx_map() local
1236 n_desc++; in mtk_tx_map()
1287 atomic_sub(n_desc, &ring->free_count); in mtk_tx_map()
1587 int err, index = 0, n_desc = 1, nr_frags; in mtk_xdp_submit_frame() local
1629 n_desc++; in mtk_xdp_submit_frame()
1652 atomic_sub(n_desc, &ring->free_count); in mtk_xdp_submit_frame()