Home
last modified time | relevance | path

Searched refs:txcmplq (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.h184 struct list_head txcmplq; member
Dlpfc_nportdisc.c230 list_splice_init(&pring->txcmplq, &txcmplq_completions); in lpfc_els_abort()
239 list_splice(&txcmplq_completions, &pring->txcmplq); in lpfc_els_abort()
Dlpfc_sli.c1246 list_add_tail(&piocb->list, &pring->txcmplq); in lpfc_sli_ringtxcmpl_put()
3409 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_abort_iocb_ring()
3433 LIST_HEAD(txcmplq); in lpfc_sli_flush_fcp_rings()
3446 list_splice_init(&pring->txcmplq, &txcmplq); in lpfc_sli_flush_fcp_rings()
3455 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT, in lpfc_sli_flush_fcp_rings()
7192 INIT_LIST_HEAD(&pring->txcmplq); in lpfc_sli_queue_setup()
7300 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, in lpfc_sli_host_down()
7894 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) in lpfc_sli_iocb_ring_abort()
Dlpfc_els.c1162 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_els_abort_flogi()
5877 list_splice_init(&pring->txcmplq, &txcmplq_completions); in lpfc_els_timeout_handler()
5920 list_splice(&txcmplq_completions, &pring->txcmplq); in lpfc_els_timeout_handler()
5991 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_flush_cmd()
6050 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) { in lpfc_els_flush_all_cmd()
Dlpfc_hbadisc.c4745 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_free_tx()
Dlpfc_init.c807 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_down_post_s3()
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc251 lpfc_els_abort to reset txq and txcmplq iterator after a