Home
last modified time | relevance | path

Searched refs:hns3_tx_bd_count (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c37 #define hns3_tx_bd_count(S) DIV_ROUND_UP(S, HNS3_MAX_BD_SIZE) macro
1699 frag_buf_num = hns3_tx_bd_count(size); in hns3_fill_desc()
1942 bd_num = hns3_tx_bd_count(skb->len); in hns3_nic_maybe_stop_tx()