Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp_ctxt.h138 #define HINIC_RQ_CTXT_SIZE(num_rqs) (sizeof(struct hinic_qp_ctxt_header) \ argument
139 + (num_rqs) * sizeof(struct hinic_rq_ctxt))
Dhinic_hw_io.c155 u16 num_rqs) in write_rq_ctxts() argument
176 num_rqs, func_to_io->max_qps); in write_rq_ctxts()
177 for (i = 0; i < num_rqs; i++) { in write_rq_ctxts()
184 cmdq_buf.size = HINIC_RQ_CTXT_SIZE(num_rqs); in write_rq_ctxts()