Searched refs:lcq (Results 1 – 3 of 3) sorted by relevance
804 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()807 if (!tgt->lcq) { in bnx2fc_alloc_session_resc()841 if (tgt->lcq) { in bnx2fc_free_session_resc()843 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()844 tgt->lcq = NULL; in bnx2fc_free_session_resc()
357 struct fcoe_sqe *lcq; member
1755 struct dasd_rssd_lcq *lcq) in dasd_eckd_cpy_ext_pool_data() argument1762 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()1763 eps = lcq->ext_pool_sum[i]; in dasd_eckd_cpy_ext_pool_data()1776 struct dasd_rssd_lcq *lcq; in dasd_eckd_read_ext_pool_info() local1787 sizeof(*prssdp) + sizeof(*lcq), device, NULL); in dasd_eckd_read_ext_pool_info()1806 lcq = (struct dasd_rssd_lcq *)(prssdp + 1); in dasd_eckd_read_ext_pool_info()1807 memset(lcq, 0, sizeof(*lcq)); in dasd_eckd_read_ext_pool_info()1811 ccw->count = sizeof(*lcq); in dasd_eckd_read_ext_pool_info()1813 ccw->cda = (__u32)(addr_t)lcq; in dasd_eckd_read_ext_pool_info()1827 dasd_eckd_cpy_ext_pool_data(device, lcq); in dasd_eckd_read_ext_pool_info()