Lines Matching full:instead
83 rport data is used instead. Removed device_queue_hash[].
102 * Use DMA_64BIT_MASK and DMA_32BIT_MASK defines instead of
104 equivalents instead of dma_set_mask and also modify condition
151 macros putLunHigh, putLunLow. Use lpfc_put_lun() inline instead.
152 * Integrated Christoph Hellwig's feedback from 02/05: Instead of
166 switch...case instead of if...else if...else if while decoding
231 before locks so that they can GFP_KERNEL instead. Also cleaned
322 * rport fix: use new fc_remote_port_rolechg() function instead of
414 and lpfc_reset_bus_handler. Also use schedule_timeout() instead
444 extension) instead of casting to uint32_t.
502 instead of mempool_free in lpfc_scsiport.c.
723 i.e. use NULL instead of 0.
799 * Use mod_timer instead of add_timer for fdmi in lpfc_ct.c.
813 counter instead, brd_no isn't reused anymore. Also some tiny
891 * Used mod_timer() instead of del_timer_sync() where appropriate.
947 timer_pending() instead of expires.
1126 instead of a "board number".
1230 * queuecommand() will now return SCSI_MLQUEUE_HOST_BUSY instead of
1298 * Use device attributes instead of driver attributes where appropriate
1312 * Make lpfc_info() use lpfc_get_hba_model_desc() instead of
1340 * Install driver files into */drivers/scsi/lpfc instead of
1397 time instead of as a byte-stream.
1455 * Call dma_map_single() & pci_map_single() directly instead of via
1747 lpfc_linkdown_timeout to use the system timer instead of
1794 instead of saving a private copy that undergoes varied shifting
1800 * Use dev_warn instead of printk for 2.6 kernels
1809 * Always use pci_unmap_single() instead of pci_unmap_page()
1833 * Fix a 2.6 kernel check to be >= 2.6.0 instead of > (was missing
1848 * Use strcpy, strncmp, isdigit, strlen instead of abstractions