Home
last modified time | relevance | path

Searched refs:partial_len (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/usb/
Dcx82310_eth.c137 #define partial_len data[0] /* length of partial packet data */ macro
254 len = dev->partial_len + dev->partial_rem; in cx82310_rx_fixup()
260 dev->partial_len); in cx82310_rx_fixup()
261 memcpy(skb2->data + dev->partial_len, skb->data, in cx82310_rx_fixup()
292 dev->partial_len = skb->len; in cx82310_rx_fixup()
295 dev->partial_len); in cx82310_rx_fixup()
/linux-6.1.9/drivers/dma/
Ddma-axi-dmac.c108 unsigned int partial_len; member
314 sg->partial_len = len; in axi_dmac_dequeue_partial_xfers()
358 rslt->residue += (total - sg->partial_len); in axi_dmac_compute_residue()
390 if (sg->partial_len) in axi_dmac_transfer_done()
397 sg->partial_len) { in axi_dmac_transfer_done()
/linux-6.1.9/drivers/usb/musb/
Dcppi_dma.c639 u32 partial_len; in cppi_next_tx_segment() local
641 partial_len = tx->buf_len - tx->offset; in cppi_next_tx_segment()
643 bd->hw_off_len = partial_len; in cppi_next_tx_segment()
646 | CPPI_OWN_SET | partial_len; in cppi_next_tx_segment()
647 if (partial_len == 0) in cppi_next_tx_segment()