Lines Matching defs:buf_p
627 u_int32_t buf_p;
643 buf_p = scp->sp_txbuf_p;
652 if ((buf_p & 0xff000000) !=
653 ((buf_p + SCA_BSIZE * scp->sp_ntxdesc) & 0xff000000))
664 sca_desc_write_bufp(sc, desc, buf_p);
669 buf_p += SCA_BSIZE;
705 buf_p = scp->sp_rxbuf_p;
712 if ((buf_p & 0xff000000) !=
713 ((buf_p + SCA_BSIZE * scp->sp_nrxdesc) & 0xff000000))
724 sca_desc_write_bufp(sc, desc, buf_p);
730 buf_p += SCA_BSIZE;
1005 u_int32_t buf_p;
1073 buf_p = scp->sp_txbuf_p + SCA_BSIZE * nexttx;
1079 sca_desc_write_bufp(sc, desc, buf_p);
1082 SCA_DPRINTF(SCA_DEBUG_TX, ("TX: buf %x buf_p %x\n", (u_int)buf, buf_p));
1106 sc->scu_memh, sca_page_addr(sc, buf_p),
1109 buf_p += m->m_len;