Lines Matching defs:qpair
300 struct qla_qpair *qpair = vha->hw->base_qpair;
310 qla_core_sbt_cmd = qpair->tgt_counters.qla_core_sbt_cmd;
311 core_qla_que_buf = qpair->tgt_counters.core_qla_que_buf;
312 qla_core_ret_ctio = qpair->tgt_counters.qla_core_ret_ctio;
313 core_qla_snd_status = qpair->tgt_counters.core_qla_snd_status;
314 qla_core_ret_sta_ctio = qpair->tgt_counters.qla_core_ret_sta_ctio;
315 core_qla_free_cmd = qpair->tgt_counters.core_qla_free_cmd;
316 num_q_full_sent = qpair->tgt_counters.num_q_full_sent;
317 num_alloc_iocb_failed = qpair->tgt_counters.num_alloc_iocb_failed;
318 num_term_xchg_sent = qpair->tgt_counters.num_term_xchg_sent;
321 qpair = vha->hw->queue_pair_map[i];
322 if (!qpair)
324 qla_core_sbt_cmd += qpair->tgt_counters.qla_core_sbt_cmd;
325 core_qla_que_buf += qpair->tgt_counters.core_qla_que_buf;
326 qla_core_ret_ctio += qpair->tgt_counters.qla_core_ret_ctio;
327 core_qla_snd_status += qpair->tgt_counters.core_qla_snd_status;
329 qpair->tgt_counters.qla_core_ret_sta_ctio;
330 core_qla_free_cmd += qpair->tgt_counters.core_qla_free_cmd;
331 num_q_full_sent += qpair->tgt_counters.num_q_full_sent;
333 qpair->tgt_counters.num_alloc_iocb_failed;
334 num_term_xchg_sent += qpair->tgt_counters.num_term_xchg_sent;