Searched refs:HINIC_Q_CTXT_MAX (Results 1 – 2 of 2) sorted by relevance
115 struct hinic_sq_ctxt sq_ctxt[HINIC_Q_CTXT_MAX];120 struct hinic_rq_ctxt rq_ctxt[HINIC_Q_CTXT_MAX];293 max_ctxts = (nic_io->num_sqs - q_id) > HINIC_Q_CTXT_MAX ? in init_sq_ctxts()294 HINIC_Q_CTXT_MAX : (nic_io->num_sqs - q_id); in init_sq_ctxts()352 max_ctxts = (nic_io->num_rqs - q_id) > HINIC_Q_CTXT_MAX ? in init_rq_ctxts()353 HINIC_Q_CTXT_MAX : (nic_io->num_rqs - q_id); in init_rq_ctxts()
16 #define HINIC_Q_CTXT_MAX 42 macro