Searched refs:txcmplq (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.h181 struct list_head txcmplq; member in struct:lpfc_sli_ring
H A Dlpfc_els.c1090 * with a @phba. This routine walks all the outstanding IOCBs on the txcmplq
1115 * Check the txcmplq for an iocb that matches the nport the driver is
1119 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5265 list_splice_init(&pring->txcmplq, &txcmplq_completions);
5308 list_splice(&txcmplq_completions, &pring->txcmplq);
5379 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) {
5438 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txcmplq, list) {
H A Dlpfc_nportdisc.c229 /* Next check the txcmplq */
230 list_splice_init(&pring->txcmplq, &txcmplq_completions);
239 list_splice(&txcmplq_completions, &pring->txcmplq);
H A Dlpfc_sli.c871 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
877 * new iocb to txcmplq of the given ring. This function always returns
886 list_add_tail(&piocb->list, &pring->txcmplq);
1066 * updates the ring pointers. It adds the new iocb to txcmplq if there is
2242 /* Based on the iotag field, get the cmd IOCB from the txcmplq */
3017 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3030 /* Error everything on txq and txcmplq
3037 /* Next issue ABTS for everything on the txcmplq */
3038 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, lis
[all...]
H A Dlpfc_hbadisc.c3797 * Everything that matches on txcmplq will be returned
4451 /* Error matching iocb on txq or txcmplq
4468 /* Next check the txcmplq */
4469 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
H A Dlpfc_init.c799 * way, nothing should be on txcmplq as it will NEVER complete.
801 list_splice_init(&pring->txcmplq, &completions);
1185 * dropped by the firmware. Error iocb (I/O) on txcmplq and let the
1295 * Error iocb (I/O) on txcmplq and let the SCSI layer
7729 /* Final cleanup of txcmplq and reset the HBA */
7904 * There may be errored I/Os through HBA, abort all I/Os on txcmplq
8524 * There may be errored I/Os through HBA, abort all I/Os on txcmplq

Completed in 111 milliseconds