Lines Matching full:pbl
665 u32 *pbl; in bnx2fc_alloc_session_resc() local
693 /* Allocate and map RQ and RQ PBL */ in bnx2fc_alloc_session_resc()
713 printk(KERN_ERR PFX "unable to allocate RQ PBL %d\n", in bnx2fc_alloc_session_resc()
720 pbl = (u32 *)tgt->rq_pbl; in bnx2fc_alloc_session_resc()
723 *pbl = (u32)page; in bnx2fc_alloc_session_resc()
724 pbl++; in bnx2fc_alloc_session_resc()
725 *pbl = (u32)((u64)page >> 32); in bnx2fc_alloc_session_resc()
726 pbl++; in bnx2fc_alloc_session_resc()
744 /* Allocate and map CONFQ & CONFQ PBL */ in bnx2fc_alloc_session_resc()
767 printk(KERN_ERR PFX "unable to allocate CONFQ PBL %d\n", in bnx2fc_alloc_session_resc()
774 pbl = (u32 *)tgt->confq_pbl; in bnx2fc_alloc_session_resc()
777 *pbl = (u32)page; in bnx2fc_alloc_session_resc()
778 pbl++; in bnx2fc_alloc_session_resc()
779 *pbl = (u32)((u64)page >> 32); in bnx2fc_alloc_session_resc()
780 pbl++; in bnx2fc_alloc_session_resc()
825 * Free QP resources - SQ/RQ/CQ/XFERQ memory and PBL
849 /* Free confq and confq pbl */ in bnx2fc_free_session_resc()
866 /* Free RQ PBL and RQ */ in bnx2fc_free_session_resc()