Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h316 struct hclge_tc_thrd tc_thrd[HCLGE_MAX_TC_NUM]; member
Dhclge_main.c1616 buf_alloc->s_buf.tc_thrd[i].low = hdev->mps; in hclge_is_rx_buf_ok()
1617 buf_alloc->s_buf.tc_thrd[i].high = 2 * hdev->mps; in hclge_is_rx_buf_ok()
1619 buf_alloc->s_buf.tc_thrd[i].low = 0; in hclge_is_rx_buf_ok()
1620 buf_alloc->s_buf.tc_thrd[i].high = hdev->mps; in hclge_is_rx_buf_ok()
1889 tc = &s_buf->tc_thrd[i * HCLGE_TC_NUM_ONE_DESC + j]; in hclge_common_thrd_config()