Searched refs:pbl_base (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2192 lm_address_t pbl_base; local
2231 /* advance the SQ pbl_base cause it's pointing the SQ_DB */
2232 pbl_base.as_u32.low = req1->sq_page_table_addr_lo;
2233 pbl_base.as_u32.high = req1->sq_page_table_addr_hi;
2234 LM_INC64(&pbl_base, ISCSI_SQ_DB_SIZE);
2235 ctx->xstorm_st_context.iscsi.sq_pbl_base.lo = pbl_base.as_u32.low;
2236 ctx->xstorm_st_context.iscsi.sq_pbl_base.hi = pbl_base.as_u32.high;
2279 /* advance the RQ pbl_base cause it's pointing the RQ_DB */
2280 pbl_base.as_u32.low = req2->rq_page_table_addr_lo;
2281 pbl_base
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h6492 struct regpair_t pbl_base /* Pointer to the rq page base list. */; member in struct:ustorm_iscsi_rq_db
6501 struct regpair_t pbl_base /* Pointer to the r2tq page base list. */; member in struct:ustorm_iscsi_r2tq_db

Completed in 102 milliseconds