Lines Matching refs:was

29 	  if we timed out waiting for command to complete after abort was
33 - was causing spurious 0710 messages.
108 waking up the els_tmo handler un-necessarily. The thread was
116 driver was not handling LPFC_IO_POLL cases correctly in
117 fast_ring_event and was setting the tgt_reset timeout to 0 in
129 * Close humongous memory leak in lpfc_sli.c - driver was losing 13
346 Convert to using block/unblock on list remove (was del/add)
355 freed (after nodev tmo). This bug was causing i/o received in
356 the small window while the device was blocked to be errored w/
388 * Fixed bug introduced when discovery thread implementation was
473 for driver to hard fail command which was failed by the target
476 was returning a DID_ERROR in lpfc_handle_fcp_error causing
480 test unit ready's, etc. This was causing us to lose
501 * Fix an obvious typo/bug: kfree was used to free lpfc_scsi_buf
515 a result of removing from the txcmpl list item which was already
525 SLIM. Old code was inappropriately masking off low order bits.
575 * Fix array discovery with multiple luns. The max_luns was 0 at
576 the time the host structure was initialized. lpfc_cfg_params
586 * Fixnode was losing starget when rediscovered. We saw messages
697 * Fix build on big endian machines: while #if was OK with
783 * Fix cfg_scan_down logic, it was reversed.
857 was in the defensive error checking at the start of
940 * Only use queue depth attribute only after SLI HBA setup was
1149 * Fix crash when link is lost. This was due to lpfc_delay_iodone
1150 calling list_del on an object that was never put on a list.
1211 member of struct lpfcHBA for 2.6 kernels as it was only needed
1392 was causing an Oops on 2.6.5 kernel.
1405 lpfc_sli_hba_down - it was in the wrong place and the driver
1406 lock was not held, but needed to be (in lpfc_linux_attach) Fixed
1549 * lpfc_online() was missing some timer routines that were
1569 * Fixed a bug where HBA_Q_DEPTH was set incorrectly for
1649 * Fixed a memory corruption bug. This was caused by a memory
1651 This ndlp structure was freed from lpfc_els_unsol_event.
1659 * Fix no-unlock-before return in lpfc_els_retry_delay which was
1752 * Remove log message that is no longer used (was used by
1768 * Replace elx_str_ctox with isxdigit where it was only used to
1833 * Fix a 2.6 kernel check to be >= 2.6.0 instead of > (was missing