Searched refs:ct_sns (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 224 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GA_NXT_CMD, in qla2x00_ga_nxt() 226 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt() 316 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GID_PT_CMD, gid_pt_rsp_size); in qla2x00_gid_pt() 317 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gid_pt() 395 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GPN_ID_CMD, in qla2x00_gpn_id() 397 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gpn_id() 462 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GNN_ID_CMD, in qla2x00_gnn_id() 464 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gnn_id() 505 struct ct_sns_pkt *ct_sns; in qla2x00_async_sns_sp_done() local 517 ct_sns = (struct ct_sns_pkt *)sp->u.iocb_cmd.u.ctarg.rsp; in qla2x00_async_sns_sp_done() [all …]
|
D | qla_os.c | 4142 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4144 if (!ha->ct_sns) in qla2x00_mem_alloc() 4148 ha->ms_iocb, ha->ct_sns); in qla2x00_mem_alloc() 4289 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_alloc() 4290 ha->ct_sns = NULL; in qla2x00_mem_alloc() 4667 if (ha->ct_sns) in qla2x00_mem_free() 4669 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_free() 4670 ha->ct_sns = NULL; in qla2x00_mem_free()
|
D | qla_init.c | 4818 fcport->ct_desc.ct_sns = dma_alloc_coherent(&vha->hw->pdev->dev, in qla2x00_alloc_fcport() 4821 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 4843 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 4862 if (fcport->ct_desc.ct_sns) { in qla2x00_free_fcport() 4864 sizeof(struct ct_sns_pkt), fcport->ct_desc.ct_sns, in qla2x00_free_fcport() 4867 fcport->ct_desc.ct_sns = NULL; in qla2x00_free_fcport()
|
D | qla_def.h | 2342 struct ct_sns_pkt *ct_sns; member 3940 struct ct_sns_pkt *ct_sns; member
|