Searched refs:ct_sns (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 4132 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4134 if (!ha->ct_sns) in qla2x00_mem_alloc() 4138 ha->ms_iocb, ha->ct_sns); in qla2x00_mem_alloc() 4279 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_alloc() 4280 ha->ct_sns = NULL; in qla2x00_mem_alloc() 4657 if (ha->ct_sns) in qla2x00_mem_free() 4659 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_free() 4660 ha->ct_sns = NULL; in qla2x00_mem_free()
|
| D | qla_init.c | 4800 fcport->ct_desc.ct_sns = dma_alloc_coherent(&vha->hw->pdev->dev, in qla2x00_alloc_fcport() 4803 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 4825 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 4843 if (fcport->ct_desc.ct_sns) { in qla2x00_free_fcport() 4845 sizeof(struct ct_sns_pkt), fcport->ct_desc.ct_sns, in qla2x00_free_fcport() 4848 fcport->ct_desc.ct_sns = NULL; in qla2x00_free_fcport()
|
| D | qla_def.h | 2338 struct ct_sns_pkt *ct_sns; member 3935 struct ct_sns_pkt *ct_sns; member
|