Searched refs:txcmplq (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 184 struct list_head txcmplq; member
|
D | lpfc_nportdisc.c | 230 list_splice_init(&pring->txcmplq, &txcmplq_completions); in lpfc_els_abort() 239 list_splice(&txcmplq_completions, &pring->txcmplq); in lpfc_els_abort()
|
D | lpfc_sli.c | 1246 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()
|
D | lpfc_els.c | 1162 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()
|
D | lpfc_hbadisc.c | 4745 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { in lpfc_free_tx()
|
D | lpfc_init.c | 807 list_splice_init(&pring->txcmplq, &completions); in lpfc_hba_down_post_s3()
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.lpfc | 251 lpfc_els_abort to reset txq and txcmplq iterator after a
|