Searched refs:partial_len (Results 1 – 3 of 3) sorted by relevance
137 #define partial_len data[0] /* length of partial packet data */ macro253 len = dev->partial_len + dev->partial_rem; in cx82310_rx_fixup()259 dev->partial_len); in cx82310_rx_fixup()260 memcpy(skb2->data + dev->partial_len, skb->data, in cx82310_rx_fixup()291 dev->partial_len = skb->len; in cx82310_rx_fixup()294 dev->partial_len); in cx82310_rx_fixup()
104 unsigned int partial_len; member310 sg->partial_len = len; in axi_dmac_dequeue_partial_xfers()354 rslt->residue += (total - sg->partial_len); in axi_dmac_compute_residue()386 if (sg->partial_len) in axi_dmac_transfer_done()393 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()