Searched refs:exch_used (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h396 u16 exch_used; local
421 exch_used = ha->base_qpair->fwres.exch_used;
424 exch_used += ha->queue_pair_map[i]->fwres.exch_used;
427 if ((exch_used + iores->exch_cnt) >= qp->fwres.exch_limit) {
441 if ((iores->exch_cnt + atomic_read(&ha->fwres.exch_used)) >=
451 qp->fwres.exch_used += iores->exch_cnt;
454 atomic_add(iores->exch_cnt, &ha->fwres.exch_used);
492 qla_atomic_dtz(&ha->fwres.exch_used, iore
[all...]
H A Dqla_dfs.c238 u16 iocbs_used, i, exch_used; local
266 exch_used = ha->base_qpair->fwres.exch_used;
270 exch_used += ha->queue_pair_map[i]->fwres.exch_used;
278 exch_used, ha->base_qpair->fwres.exch_limit);
282 exch_used = atomic_read(&ha->fwres.exch_used);
287 exch_used, ha->fwres.exch_limit);
H A Dqla_def.h3769 u16 exch_used; member in struct:qla_fw_resources
3780 atomic_t exch_used; member in struct:qla_fw_res
H A Dqla_init.c4222 ha->base_qpair->fwres.exch_used = 0;
4228 ha->queue_pair_map[i]->fwres.exch_used = 0;
4238 atomic_set(&ha->fwres.exch_used, 0);

Completed in 183 milliseconds