Searched refs:mp_req_bd (Results 1 – 4 of 4) sorted by relevance
553 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()555 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()557 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()582 struct fcoe_bd_ctx *mp_req_bd; in bnx2fc_init_mp_req() local620 mp_req->mp_req_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()623 if (!mp_req->mp_req_bd) { in bnx2fc_init_mp_req()638 mp_req_bd = mp_req->mp_req_bd; in bnx2fc_init_mp_req()639 mp_req_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()640 mp_req_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()641 mp_req_bd->buf_len = CNIC_PAGE_SIZE; in bnx2fc_init_mp_req()[all …]
392 struct fcoe_bd_ctx *mp_req_bd; member
410 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()412 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()413 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()729 tx_sgl_task_params.sgl = mp_req->mp_req_bd; in qedf_init_mp_task()2048 struct scsi_sge *mp_req_bd; in qedf_init_mp_req() local2084 mp_req->mp_req_bd = dma_alloc_coherent(&qedf->pdev->dev, sz, in qedf_init_mp_req()2086 if (!mp_req->mp_req_bd) { in qedf_init_mp_req()2102 mp_req_bd = mp_req->mp_req_bd; in qedf_init_mp_req()2103 mp_req_bd->sge_addr.lo = U64_LO(addr); in qedf_init_mp_req()2104 mp_req_bd->sge_addr.hi = U64_HI(addr); in qedf_init_mp_req()[all …]
58 struct scsi_sge *mp_req_bd; member