Home | History | Annotate | Download | only in dev

Lines Matching defs:gbuf

556 		uint64_t *gbuf;
558 cnmac_send_queue_del(sc, &m, &gbuf);
560 octfpa_buf_put(cnmac_fb_sg, gbuf);
646 uint64_t *gbuf)
650 sqe->_sqe_gbuf = gbuf;
780 cnmac_send_makecmd_gbuf(struct cnmac_softc *sc, struct mbuf *m0, uint64_t *gbuf,
799 *(gbuf + segs) = cnmac_send_makecmd_w1(rlen,
811 *(gbuf + segs) = cnmac_send_makecmd_w1(nlen,
828 uint64_t *gbuf, uint64_t *rpko_cmd_w0, uint64_t *rpko_cmd_w1)
835 if (cnmac_send_makecmd_gbuf(sc, m, gbuf, &segs)) {
860 KASSERT(MIPS_KSEG0_P(gbuf));
862 MIPS_KSEG0_TO_PHYS(gbuf));
865 MIPS_XKPHYS_TO_PHYS(gbuf));
923 cnmac_send_buf(struct cnmac_softc *sc, struct mbuf *m, uint64_t *gbuf,
929 error = cnmac_send_makecmd(sc, m, gbuf, &pko_cmd_w0, &pko_cmd_w1);
950 uint64_t *gbuf = NULL;
963 gbuf = (uint64_t *)(uintptr_t)MIPS_PHYS_TO_KSEG0(gaddr);
965 gbuf = (uint64_t *)(uintptr_t)MIPS_PHYS_TO_XKPHYS_CACHED(gaddr);
968 KASSERT(gbuf != NULL);
970 error = cnmac_send_buf(sc, m, gbuf, pwdc);
978 cnmac_send_queue_add(sc, m, gbuf);