Home
last modified time | relevance | path

Searched refs:qla2x00_get_sp (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_inline.h219 qla2x00_get_sp(scsi_qla_host_t *vha, fc_port_t *fcport, gfp_t flag) in qla2x00_get_sp() function
Dqla_bsg.c362 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()
1860 sp = qla2x00_get_sp(vha, &(vha->bidir_fcport), GFP_KERNEL); in qla24xx_process_bidir_cmd()
1978 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qlafx00_mgmt_cmd()
Dqla_init.c145 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()
Dqla_mr.c1817 sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); in qlafx00_fx_disc()
Dqla_os.c749 sp = qla2x00_get_sp(vha, fcport, GFP_ATOMIC); in qla2xxx_queuecommand()