Searched refs:elsrej (Results 1 – 3 of 3) sorted by relevance
4427 ha->elsrej.size = sizeof(struct fc_els_ls_rjt) + 16; in qla2x00_mem_alloc()4428 ha->elsrej.c = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc()4429 ha->elsrej.size, &ha->elsrej.cdma, GFP_KERNEL); in qla2x00_mem_alloc()4431 if (!ha->elsrej.c) { in qla2x00_mem_alloc()4436 ha->elsrej.c->er_cmd = ELS_LS_RJT; in qla2x00_mem_alloc()4437 ha->elsrej.c->er_reason = ELS_RJT_LOGIC; in qla2x00_mem_alloc()4438 ha->elsrej.c->er_explan = ELS_EXPL_UNAB_DATA; in qla2x00_mem_alloc()4964 if (ha->elsrej.c) { in qla2x00_mem_free()4965 dma_free_coherent(&ha->pdev->dev, ha->elsrej.size, in qla2x00_mem_free()4966 ha->elsrej.c, ha->elsrej.cdma); in qla2x00_mem_free()[all …]
2039 vha->hw->elsrej.c, sizeof(*vha->hw->elsrej.c)); in qla_els_reject_iocb()2512 a.tx_addr = vha->hw->elsrej.cdma; in qla24xx_auth_els()
4763 struct els_reject elsrej; member