Searched refs:aligned_mps (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1963 u32 shared_buf, aligned_mps; local
1967 aligned_mps = roundup(hdev->mps, HCLGE_BUF_SIZE_UNIT);
1970 shared_buf_min = HCLGE_BUF_MUL_BY * aligned_mps +
1973 shared_buf_min = aligned_mps + HCLGE_NON_DCB_ADDITIONAL_BUF
1976 shared_buf_tc = tc_num * aligned_mps + aligned_mps;
1989 - roundup(aligned_mps / HCLGE_BUF_DIV_BY,
1992 buf_alloc->s_buf.self.high = aligned_mps +
1994 buf_alloc->s_buf.self.low = aligned_mps;
2007 hi_thrd = max_t(u32, hi_thrd, HCLGE_BUF_MUL_BY * aligned_mps);
2053 u32 aligned_mps = round_up(hdev->mps, HCLGE_BUF_SIZE_UNIT); local
[all...]

Completed in 218 milliseconds