Searched refs:ct_sns (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 225 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GA_NXT_CMD, in qla2x00_ga_nxt() 227 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt() 317 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GID_PT_CMD, gid_pt_rsp_size); in qla2x00_gid_pt() 318 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gid_pt() 396 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GPN_ID_CMD, in qla2x00_gpn_id() 398 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gpn_id() 463 ct_req = qla2x00_prep_ct_req(ha->ct_sns, GNN_ID_CMD, in qla2x00_gnn_id() 465 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_gnn_id() 506 struct ct_sns_pkt *ct_sns; in qla2x00_async_sns_sp_done() local 518 ct_sns = (struct ct_sns_pkt *)sp->u.iocb_cmd.u.ctarg.rsp; in qla2x00_async_sns_sp_done() [all …]
|
D | qla_os.c | 4291 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4293 if (!ha->ct_sns) in qla2x00_mem_alloc() 4297 ha->ms_iocb, ha->ct_sns); in qla2x00_mem_alloc() 4478 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_alloc() 4479 ha->ct_sns = NULL; in qla2x00_mem_alloc() 4857 if (ha->ct_sns) in qla2x00_mem_free() 4859 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_free() 4860 ha->ct_sns = NULL; in qla2x00_mem_free()
|
D | qla_init.c | 5263 fcport->ct_desc.ct_sns = dma_alloc_coherent(&vha->hw->pdev->dev, in qla2x00_alloc_fcport() 5266 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5291 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5320 if (fcport->ct_desc.ct_sns) { in qla2x00_free_fcport() 5322 sizeof(struct ct_sns_pkt), fcport->ct_desc.ct_sns, in qla2x00_free_fcport() 5325 fcport->ct_desc.ct_sns = NULL; in qla2x00_free_fcport()
|
D | qla_def.h | 2482 struct ct_sns_pkt *ct_sns; member 4360 struct ct_sns_pkt *ct_sns; member
|