Searched refs:lcq (Results 1 – 3 of 3) sorted by relevance
802 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc() 805 if (!tgt->lcq) { in bnx2fc_alloc_session_resc() 806 printk(KERN_ERR PFX "unable to allocate lcq %d\n", in bnx2fc_alloc_session_resc() 838 if (tgt->lcq) { in bnx2fc_free_session_resc() 840 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc() 841 tgt->lcq = NULL; in bnx2fc_free_session_resc()
357 struct fcoe_sqe *lcq; member
1744 struct dasd_rssd_lcq *lcq) in dasd_eckd_cpy_ext_pool_data() argument 1751 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data() 1752 eps = lcq->ext_pool_sum[i]; in dasd_eckd_cpy_ext_pool_data() 1765 struct dasd_rssd_lcq *lcq; in dasd_eckd_read_ext_pool_info() local 1776 sizeof(*prssdp) + sizeof(*lcq), device, NULL); in dasd_eckd_read_ext_pool_info() 1795 lcq = (struct dasd_rssd_lcq *)(prssdp + 1); in dasd_eckd_read_ext_pool_info() 1796 memset(lcq, 0, sizeof(*lcq)); in dasd_eckd_read_ext_pool_info() 1800 ccw->count = sizeof(*lcq); in dasd_eckd_read_ext_pool_info() 1802 ccw->cda = virt_to_dma32(lcq); in dasd_eckd_read_ext_pool_info() [all...]