Searched refs:recursion_level (Results 1 – 1 of 1) sorted by relevance
1823 unsigned int recursion_level) in hns3_tx_bd_num() argument1830 if (likely(skb->len <= HNS3_MAX_BD_SIZE && !recursion_level && in hns3_tx_bd_num()1835 if (unlikely(recursion_level >= HNS3_MAX_RECURSION_LEVEL)) in hns3_tx_bd_num()1844 bd_num, recursion_level + 1); in hns3_tx_bd_num()