Lines Matching refs:mp_req_bd
542 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()
544 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()
546 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()
571 struct fcoe_bd_ctx *mp_req_bd; in bnx2fc_init_mp_req() local
609 mp_req->mp_req_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()
612 if (!mp_req->mp_req_bd) { in bnx2fc_init_mp_req()
627 mp_req_bd = mp_req->mp_req_bd; in bnx2fc_init_mp_req()
628 mp_req_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()
629 mp_req_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()
630 mp_req_bd->buf_len = CNIC_PAGE_SIZE; in bnx2fc_init_mp_req()
631 mp_req_bd->flags = 0; in bnx2fc_init_mp_req()