Searched refs:ct_sns (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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 | 4336 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4338 if (!ha->ct_sns) in qla2x00_mem_alloc() 4342 ha->ms_iocb, ha->ct_sns); in qla2x00_mem_alloc() 4536 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_alloc() 4537 ha->ct_sns = NULL; in qla2x00_mem_alloc() 4917 if (ha->ct_sns) in qla2x00_mem_free() 4919 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_free() 4920 ha->ct_sns = NULL; in qla2x00_mem_free()
|
D | qla_init.c | 5527 fcport->ct_desc.ct_sns = dma_alloc_coherent(&vha->hw->pdev->dev, in qla2x00_alloc_fcport() 5530 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5555 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5585 if (fcport->ct_desc.ct_sns) { in qla2x00_free_fcport() 5587 sizeof(struct ct_sns_pkt), fcport->ct_desc.ct_sns, in qla2x00_free_fcport() 5590 fcport->ct_desc.ct_sns = NULL; in qla2x00_free_fcport()
|
D | qla_def.h | 2531 struct ct_sns_pkt *ct_sns; member 4437 struct ct_sns_pkt *ct_sns; member
|