Searched refs:bamp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol.c | 104 const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, in gettbls() argument 111 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { in gettbls() 168 iaddr_to_row(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_row() argument 173 int nbits = bamp->bam_nrows; in iaddr_to_row() 194 row_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in row_to_iaddr() argument 199 int nbits = bamp->bam_nrows; in row_to_iaddr() 216 iaddr_to_col(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_col() argument 221 int nbits = bamp->bam_ncols; in iaddr_to_col() 226 if (bamp->bam_ambig) in iaddr_to_col() 247 col_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in col_to_iaddr() argument [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 2355 mblk_t *ackmp, *bamp; in tl_bind() local 2602 bamp = reallocb(mp, basize, 0); in tl_bind() 2603 if (bamp == NULL) { in tl_bind() 2615 DB_TYPE(bamp) = M_PCPROTO; in tl_bind() 2616 bamp->b_wptr = bamp->b_rptr + basize; in tl_bind() 2617 b_ack = (struct T_bind_ack *)bamp->b_rptr; in tl_bind() 2622 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; in tl_bind() 2635 (void) qreply(wq, bamp); in tl_bind()
|