Searched refs:num_sqs (Results 1 – 3 of 3) sorted by relevance
126 #define HINIC_SQ_CTXT_SIZE(num_sqs) (sizeof(struct hinic_qp_ctxt_header) \ argument127 + (num_sqs) * sizeof(struct hinic_sq_ctxt))
106 u16 num_sqs) in write_sq_ctxts() argument127 num_sqs, func_to_io->max_qps); in write_sq_ctxts()128 for (i = 0; i < num_sqs; i++) { in write_sq_ctxts()135 cmdq_buf.size = HINIC_SQ_CTXT_SIZE(num_sqs); in write_sq_ctxts()
109 #define SQ_CTXT_SIZE(num_sqs) \ argument111 (num_sqs) * sizeof(struct hinic3_sq_ctxt))