Searched refs:lcq (Results 1 – 3 of 3) sorted by relevance
805 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()808 if (!tgt->lcq) { in bnx2fc_alloc_session_resc()842 if (tgt->lcq) { in bnx2fc_free_session_resc()844 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()845 tgt->lcq = NULL; in bnx2fc_free_session_resc()
360 struct fcoe_sqe *lcq; member
1666 struct dasd_rssd_lcq *lcq) in dasd_eckd_cpy_ext_pool_data() argument1673 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()1674 eps = lcq->ext_pool_sum[i]; in dasd_eckd_cpy_ext_pool_data()1687 struct dasd_rssd_lcq *lcq; in dasd_eckd_read_ext_pool_info() local1698 sizeof(*prssdp) + sizeof(*lcq), device, NULL); in dasd_eckd_read_ext_pool_info()1717 lcq = (struct dasd_rssd_lcq *)(prssdp + 1); in dasd_eckd_read_ext_pool_info()1718 memset(lcq, 0, sizeof(*lcq)); in dasd_eckd_read_ext_pool_info()1722 ccw->count = sizeof(*lcq); in dasd_eckd_read_ext_pool_info()1724 ccw->cda = (__u32)(addr_t)lcq; in dasd_eckd_read_ext_pool_info()1738 dasd_eckd_cpy_ext_pool_data(device, lcq); in dasd_eckd_read_ext_pool_info()