Lines Matching defs:qpair
284 struct qla_qpair *qpair = vha->hw->base_qpair;
290 qla_core_sbt_cmd = qpair->tgt_counters.qla_core_sbt_cmd;
291 core_qla_que_buf = qpair->tgt_counters.core_qla_que_buf;
292 qla_core_ret_ctio = qpair->tgt_counters.qla_core_ret_ctio;
293 core_qla_snd_status = qpair->tgt_counters.core_qla_snd_status;
294 qla_core_ret_sta_ctio = qpair->tgt_counters.qla_core_ret_sta_ctio;
295 core_qla_free_cmd = qpair->tgt_counters.core_qla_free_cmd;
296 num_q_full_sent = qpair->tgt_counters.num_q_full_sent;
297 num_alloc_iocb_failed = qpair->tgt_counters.num_alloc_iocb_failed;
298 num_term_xchg_sent = qpair->tgt_counters.num_term_xchg_sent;
301 qpair = vha->hw->queue_pair_map[i];
302 if (!qpair)
304 qla_core_sbt_cmd += qpair->tgt_counters.qla_core_sbt_cmd;
305 core_qla_que_buf += qpair->tgt_counters.core_qla_que_buf;
306 qla_core_ret_ctio += qpair->tgt_counters.qla_core_ret_ctio;
307 core_qla_snd_status += qpair->tgt_counters.core_qla_snd_status;
309 qpair->tgt_counters.qla_core_ret_sta_ctio;
310 core_qla_free_cmd += qpair->tgt_counters.core_qla_free_cmd;
311 num_q_full_sent += qpair->tgt_counters.num_q_full_sent;
313 qpair->tgt_counters.num_alloc_iocb_failed;
314 num_term_xchg_sent += qpair->tgt_counters.num_term_xchg_sent;