Searched refs:hns3_tx_bd_count (Results 1 – 1 of 1) sorted by relevance
29 #define hns3_tx_bd_count(S) DIV_ROUND_UP(S, HNS3_MAX_BD_SIZE) macro1155 frag_buf_num = hns3_tx_bd_count(size); in hns3_fill_desc()1198 bd_num = hns3_tx_bd_count(skb_headlen(skb)); in hns3_nic_bd_num()1202 bd_num += hns3_tx_bd_count(skb_frag_size(frag)); in hns3_nic_bd_num()