Searched refs:mp_req_bd (Results 1 – 2 of 2) sorted by relevance
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() local609 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()[all …]
391 struct fcoe_bd_ctx *mp_req_bd; member