Lines Matching refs:bufp
1056 bus_size_t bufp, ebufp;
1191 bufp = ray_fill_in_tx_ccs(sc, pktlen, i, previ);
1195 RAY_DPRINTF(("%s: bufp 0x%lx new pktlen %d\n",
1196 ifp->if_xname, (long)bufp, (int)pktlen));
1203 "%s: copying mbuf 0x%lx bufp 0x%lx len %d\n",
1204 ifp->if_xname, (long)m, (long)bufp, (int)len));
1206 ebufp = bufp + len;
1208 ray_write_region(sc, bufp, d, len);
1212 tmplen = ebufp - bufp;
1214 ray_write_region(sc, bufp, d, tmplen);
1216 bufp = RAY_TX_BASE;
1217 ray_write_region(sc, bufp, d, len);
1219 bufp += len;
1282 bus_size_t bufp, ebufp, tmp;
1359 bufp = SRAM_READ_FIELD_2(sc, ccs, ray_cmd_rx, c_bufp);
1369 "%s: recv frag index %d len %ld bufp 0x%llx ni %d\n",
1371 (unsigned long long)bufp, ni));
1388 ebufp = bufp + len;
1390 ray_read_region(sc, bufp, d, len);
1393 ray_read_region(sc, bufp, d, (tmp = RAY_RX_END - bufp));
1565 bus_size_t bufp;
1575 bufp = ray_fill_in_tx_ccs(sc, sizeof(packet), ccsindex,
1589 ray_write_region(sc, bufp, packet, sizeof(packet));
1637 bus_size_t ccs, bufp;
1640 bufp = RAY_TX_BASE + i * RAY_TX_BUF_SIZE;
1641 bufp += sc->sc_txpad;
1646 SRAM_WRITE_FIELD_2(sc, ccs, ray_cmd_tx, c_bufp, bufp);
1656 RAY_DPRINTF(("%s: ray_alloc_tx_ccs bufp 0x%llx idx %u pidx %u\n",
1657 device_xname(sc->sc_dev), (unsigned long long)bufp, i, pi));
1659 return (bufp + RAY_TX_PHY_SIZE);
2821 bus_size_t bufp;
2861 bufp = RAY_HOST_TO_ECF_BASE;
2865 ray_write_region(sc, bufp, enm->enm_addrlo, ETHER_ADDR_LEN);
2866 bufp += ETHER_ADDR_LEN;