Searched refs:mp_resp_bd (Results 1 – 2 of 2) sorted by relevance
557 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()559 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()561 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()581 struct fcoe_bd_ctx *mp_resp_bd; in bnx2fc_init_mp_req() local626 mp_req->mp_resp_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()629 if (!mp_req->mp_resp_bd) { in bnx2fc_init_mp_req()647 mp_resp_bd = mp_req->mp_resp_bd; in bnx2fc_init_mp_req()649 mp_resp_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()650 mp_resp_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()651 mp_resp_bd->buf_len = CNIC_PAGE_SIZE; in bnx2fc_init_mp_req()[all …]
411 if (mp_req->mp_resp_bd) { in qedf_free_mp_resc()413 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); in qedf_free_mp_resc()414 mp_req->mp_resp_bd = NULL; in qedf_free_mp_resc()738 rx_sgl_task_params.sgl = mp_req->mp_resp_bd; in qedf_init_mp_task()2045 struct scsi_sge *mp_resp_bd; in qedf_init_mp_req() local2088 mp_req->mp_resp_bd = dma_alloc_coherent(&qedf->pdev->dev, sz, in qedf_init_mp_req()2090 if (!mp_req->mp_resp_bd) { in qedf_init_mp_req()2108 mp_resp_bd = mp_req->mp_resp_bd; in qedf_init_mp_req()2110 mp_resp_bd->sge_addr.lo = U64_LO(addr); in qedf_init_mp_req()2111 mp_resp_bd->sge_addr.hi = U64_HI(addr); in qedf_init_mp_req()[all …]