Searched refs:mp_resp_bd (Results 1 – 2 of 2) sorted by relevance
590 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()592 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()594 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()614 struct fcoe_bd_ctx *mp_resp_bd; in bnx2fc_init_mp_req() local655 mp_req->mp_resp_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req()658 if (!mp_req->mp_resp_bd) { in bnx2fc_init_mp_req()676 mp_resp_bd = mp_req->mp_resp_bd; in bnx2fc_init_mp_req()678 mp_resp_bd->buf_addr_lo = (u32)addr & 0xffffffff; in bnx2fc_init_mp_req()679 mp_resp_bd->buf_addr_hi = (u32)((u64)addr >> 32); in bnx2fc_init_mp_req()680 mp_resp_bd->buf_len = PAGE_SIZE; in bnx2fc_init_mp_req()[all …]
397 struct fcoe_bd_ctx *mp_resp_bd; member