Searched refs:mp_req_bd (Results 1 – 4 of 4) sorted by relevance
555 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()557 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()559 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()584 struct fcoe_bd_ctx *mp_req_bd; in bnx2fc_init_mp_req() local622 mp_req->mp_req_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()625 if (!mp_req->mp_req_bd) { in bnx2fc_init_mp_req()640 mp_req_bd = mp_req->mp_req_bd; in bnx2fc_init_mp_req()641 mp_req_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()642 mp_req_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()643 mp_req_bd->buf_len = CNIC_PAGE_SIZE; in bnx2fc_init_mp_req()[all …]
395 struct fcoe_bd_ctx *mp_req_bd; member
415 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()417 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()418 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()734 tx_sgl_task_params.sgl = mp_req->mp_req_bd; in qedf_init_mp_task()2068 struct scsi_sge *mp_req_bd; in qedf_init_mp_req() local2104 mp_req->mp_req_bd = dma_alloc_coherent(&qedf->pdev->dev, sz, in qedf_init_mp_req()2106 if (!mp_req->mp_req_bd) { in qedf_init_mp_req()2122 mp_req_bd = mp_req->mp_req_bd; in qedf_init_mp_req()2123 mp_req_bd->sge_addr.lo = U64_LO(addr); in qedf_init_mp_req()2124 mp_req_bd->sge_addr.hi = U64_HI(addr); in qedf_init_mp_req()[all …]
61 struct scsi_sge *mp_req_bd; member