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