Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_queue_common.h24 void hinic3_queue_pages_init(struct hinic3_queue_pages *qpages, u32 q_depth,
H A Dhinic3_queue_common.c9 void hinic3_queue_pages_init(struct hinic3_queue_pages *qpages, u32 q_depth, in hinic3_queue_pages_init() function
H A Dhinic3_wq.c91 hinic3_queue_pages_init(&wq->qpages, q_depth, wq_page_size, wqebb_size); in hinic3_wq_create()
H A Dhinic3_eqs.c523 hinic3_queue_pages_init(&eq->qpages, eq->eq_len, page_size, elem_size); in eq_calc_page_size_and_num()