Searched refs:num_echo_skb (Results 1 – 1 of 1) sorted by relevance
278 u32 num_echo_skb = priv->tx_head - priv->tx_tail; in es58x_is_echo_skb_threshold_reached() local282 return num_echo_skb >= threshold; in es58x_is_echo_skb_threshold_reached()386 unsigned int num_echo_skb = priv->tx_head - priv->tx_tail; in es58x_can_get_echo_skb() local407 } else if (num_echo_skb == 0) { in es58x_can_get_echo_skb()425 if (num_echo_skb < pkts) { in es58x_can_get_echo_skb()426 int pkts_drop = pkts - num_echo_skb; in es58x_can_get_echo_skb()431 pkts, num_echo_skb, pkts_drop); in es58x_can_get_echo_skb()