Searched refs:partial_len (Results 1 – 2 of 2) sorted by relevance
128 #define partial_len data[0] /* length of partial packet data */ macro213 len = dev->partial_len + dev->partial_rem; in cx82310_rx_fixup()219 dev->partial_len); in cx82310_rx_fixup()220 memcpy(skb2->data + dev->partial_len, skb->data, in cx82310_rx_fixup()249 dev->partial_len = skb->len; in cx82310_rx_fixup()252 dev->partial_len); in cx82310_rx_fixup()
638 u32 partial_len; in cppi_next_tx_segment() local640 partial_len = tx->buf_len - tx->offset; in cppi_next_tx_segment()642 bd->hw_off_len = partial_len; in cppi_next_tx_segment()645 | CPPI_OWN_SET | partial_len; in cppi_next_tx_segment()646 if (partial_len == 0) in cppi_next_tx_segment()