Searched refs:partial_len (Results 1 – 3 of 3) sorted by relevance
118 #define partial_len data[0] /* length of partial packet data */ macro220 len = dev->partial_len + dev->partial_rem; in cx82310_rx_fixup()226 dev->partial_len); in cx82310_rx_fixup()227 memcpy(skb2->data + dev->partial_len, skb->data, in cx82310_rx_fixup()256 dev->partial_len = skb->len; in cx82310_rx_fixup()259 dev->partial_len); in cx82310_rx_fixup()
93 unsigned int partial_len; member301 sg->partial_len = len; in axi_dmac_dequeue_partial_xfers()345 rslt->residue += (total - sg->partial_len); in axi_dmac_compute_residue()377 if (sg->partial_len) in axi_dmac_transfer_done()384 sg->partial_len) { in axi_dmac_transfer_done()
639 u32 partial_len; in cppi_next_tx_segment() local641 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()