Home
last modified time | relevance | path

Searched refs:bamp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c113 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { in gettbls()
175 int nbits = bamp->bam_nrows; in iaddr_to_row()
201 int nbits = bamp->bam_nrows; in row_to_iaddr()
223 int nbits = bamp->bam_ncols; in iaddr_to_col()
228 if (bamp->bam_ambig) in iaddr_to_col()
254 int nbits = bamp->bam_ncols; in col_to_iaddr()
259 if (bamp->bam_ambig) in col_to_iaddr()
352 const struct rct_bnkaddrmode *bamp; in iaddr_to_rcb() local
486 const struct rct_bnkaddrmode *bamp; in mc_offset_to_pa() local
654 const struct rct_bnkaddrmode *bamp; in mcamd_cs_size() local
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2432 mblk_t *ackmp, *bamp; in tl_bind() local
2691 bamp = reallocb(mp, basize, 0); in tl_bind()
2692 if (bamp == NULL) { in tl_bind()
2704 DB_TYPE(bamp) = M_PCPROTO; in tl_bind()
2705 bamp->b_wptr = bamp->b_rptr + basize; in tl_bind()
2706 b_ack = (struct T_bind_ack *)bamp->b_rptr; in tl_bind()
2711 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; in tl_bind()
2724 (void) qreply(wq, bamp); in tl_bind()