Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c805 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()
Dbnx2fc.h360 struct fcoe_sqe *lcq; member
/Linux-v5.4/drivers/s390/block/
Ddasd_eckd.c1666 struct dasd_rssd_lcq *lcq) in dasd_eckd_cpy_ext_pool_data() argument
1673 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() local
1698 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()