Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/qla2xxx/
Dqla_inline.h151 qla2x00_get_sp(scsi_qla_host_t *vha, fc_port_t *fcport, gfp_t flag) in qla2x00_get_sp() function
Dqla_bsg.c345 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()
Dqla_init.c141 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()
Dqla_os.c693 sp = qla2x00_get_sp(base_vha, fcport, GFP_ATOMIC); in qla2xxx_queuecommand()