Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1686 unsigned int frag_buf_num; in hns3_fill_desc() local
1700 frag_buf_num = hns3_tx_bd_count(size); in hns3_fill_desc()
1705 for (k = 0; k < frag_buf_num; k++) { in hns3_fill_desc()
1708 desc->tx.send_size = cpu_to_le16((k == frag_buf_num - 1) ? in hns3_fill_desc()
1720 return frag_buf_num; in hns3_fill_desc()