Home
last modified time | relevance | path

Searched refs:lcq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c804 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()
840 if (tgt->lcq) { in bnx2fc_free_session_resc()
842 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
843 tgt->lcq = NULL; in bnx2fc_free_session_resc()
H A Dbnx2fc.h357 struct fcoe_sqe *lcq; member
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c1757 struct dasd_rssd_lcq *lcq) in dasd_eckd_cpy_ext_pool_data() argument
1764 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
1765 eps = lcq->ext_pool_sum[i]; in dasd_eckd_cpy_ext_pool_data()
1778 struct dasd_rssd_lcq *lcq; in dasd_eckd_read_ext_pool_info() local
1789 sizeof(*prssdp) + sizeof(*lcq), device, NULL); in dasd_eckd_read_ext_pool_info()
1808 lcq = (struct dasd_rssd_lcq *)(prssdp + 1); in dasd_eckd_read_ext_pool_info()
1809 memset(lcq, 0, sizeof(*lcq)); in dasd_eckd_read_ext_pool_info()
1813 ccw->count = sizeof(*lcq); in dasd_eckd_read_ext_pool_info()
1815 ccw->cda = (__u32)virt_to_phys(lcq); in dasd_eckd_read_ext_pool_info()
1829 dasd_eckd_cpy_ext_pool_data(device, lcq); in dasd_eckd_read_ext_pool_info()