Searched refs:ct_sns (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A 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 …]
|
H A D | qla_os.c | 4333 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4335 if (!ha->ct_sns) in qla2x00_mem_alloc() 4339 ha->ms_iocb, ha->ct_sns); in qla2x00_mem_alloc() 4533 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_alloc() 4534 ha->ct_sns = NULL; in qla2x00_mem_alloc() 4915 if (ha->ct_sns) in qla2x00_mem_free() 4917 ha->ct_sns, ha->ct_sns_dma); in qla2x00_mem_free() 4918 ha->ct_sns = NULL; in qla2x00_mem_free()
|
H A D | qla_init.c | 5558 fcport->ct_desc.ct_sns = dma_alloc_coherent(&vha->hw->pdev->dev, in qla2x00_alloc_fcport() 5561 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5586 if (!fcport->ct_desc.ct_sns) { in qla2x00_alloc_fcport() 5616 if (fcport->ct_desc.ct_sns) { in qla2x00_free_fcport() 5618 sizeof(struct ct_sns_pkt), fcport->ct_desc.ct_sns, in qla2x00_free_fcport() 5621 fcport->ct_desc.ct_sns = NULL; in qla2x00_free_fcport()
|
H A D | qla_def.h | 2531 struct ct_sns_pkt *ct_sns; member 4448 struct ct_sns_pkt *ct_sns; member
|
H A D | qla_iocb.c | 2597 sp->u.iocb_cmd.u.ctarg.req != sp->fcport->ct_desc.ct_sns)) { in qla2x00_sp_release() 2606 sp->u.iocb_cmd.u.ctarg.rsp != sp->fcport->ct_desc.ct_sns)) { in qla2x00_sp_release()
|