Lines Matching refs:mp_req_bd
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() local
622 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()
644 mp_req_bd->flags = 0; in bnx2fc_init_mp_req()