Searched refs:qla2x00_get_sp (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/qla2xxx/ |
D | qla_inline.h | 151 qla2x00_get_sp(scsi_qla_host_t *vha, fc_port_t *fcport, gfp_t flag) in qla2x00_get_sp() function
|
D | qla_bsg.c | 345 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_process_els() 493 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_process_ct()
|
D | qla_init.c | 141 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_login() 193 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_logout() 242 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_adisc() 308 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_tm_cmd()
|
D | qla_os.c | 693 sp = qla2x00_get_sp(base_vha, fcport, GFP_ATOMIC); in qla2xxx_queuecommand()
|