Lines Matching refs:mp_req_bd
587 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()
589 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()
591 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()
616 struct fcoe_bd_ctx *mp_req_bd; in bnx2fc_init_mp_req() local
650 mp_req->mp_req_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()
653 if (!mp_req->mp_req_bd) { in bnx2fc_init_mp_req()
668 mp_req_bd = mp_req->mp_req_bd; in bnx2fc_init_mp_req()
669 mp_req_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()
670 mp_req_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()
671 mp_req_bd->buf_len = CNIC_PAGE_SIZE; in bnx2fc_init_mp_req()
672 mp_req_bd->flags = 0; in bnx2fc_init_mp_req()