Searched refs:copying_skb (Results 1 – 1 of 1) sorted by relevance
413 unsigned copying_skb, buflen; in de_rx() local435 copying_skb = (len <= rx_copybreak); in de_rx()439 rx_tail, status, len, copying_skb); in de_rx()441 buflen = copying_skb ? (len + RX_OFFSET) : de->rx_buf_sz; in de_rx()450 if (!copying_skb) { in de_rx()