Searched refs:qla2x00_get_sp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_inline.h | 219 qla2x00_get_sp(scsi_qla_host_t *vha, fc_port_t *fcport, gfp_t flag) in qla2x00_get_sp() function
|
D | qla_bsg.c | 362 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_process_els() 509 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_process_ct() 1863 sp = qla2x00_get_sp(vha, &(vha->bidir_fcport), GFP_KERNEL); in qla24xx_process_bidir_cmd() 1981 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qlafx00_mgmt_cmd()
|
D | qla_init.c | 145 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_login() 197 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_logout() 246 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_adisc() 302 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla2x00_async_tm_cmd() 380 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qla24xx_async_abort_cmd()
|
D | qla_mr.c | 1817 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qlafx00_fx_disc()
|
D | qla_os.c | 750 sp = qla2x00_get_sp(vha, fcport, GFP_ATOMIC); in qla2xxx_queuecommand()
|