Lines Matching full:pbl
667 u32 *pbl; in bnx2fc_alloc_session_resc() local
695 /* Allocate and map RQ and RQ PBL */ in bnx2fc_alloc_session_resc()
715 printk(KERN_ERR PFX "unable to allocate RQ PBL %d\n", in bnx2fc_alloc_session_resc()
722 pbl = (u32 *)tgt->rq_pbl; in bnx2fc_alloc_session_resc()
725 *pbl = (u32)page; in bnx2fc_alloc_session_resc()
726 pbl++; in bnx2fc_alloc_session_resc()
727 *pbl = (u32)((u64)page >> 32); in bnx2fc_alloc_session_resc()
728 pbl++; in bnx2fc_alloc_session_resc()
746 /* Allocate and map CONFQ & CONFQ PBL */ in bnx2fc_alloc_session_resc()
769 printk(KERN_ERR PFX "unable to allocate CONFQ PBL %d\n", in bnx2fc_alloc_session_resc()
776 pbl = (u32 *)tgt->confq_pbl; in bnx2fc_alloc_session_resc()
779 *pbl = (u32)page; in bnx2fc_alloc_session_resc()
780 pbl++; in bnx2fc_alloc_session_resc()
781 *pbl = (u32)((u64)page >> 32); in bnx2fc_alloc_session_resc()
782 pbl++; in bnx2fc_alloc_session_resc()
827 * Free QP resources - SQ/RQ/CQ/XFERQ memory and PBL
852 /* Free confq and confq pbl */ in bnx2fc_free_session_resc()
869 /* Free RQ PBL and RQ */ in bnx2fc_free_session_resc()