Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wl/
HDif_wl.c1056 u_char *mb_p; in wlread() local
1109 mb_p = mtod(m, u_char *); in wlread()
1113 bcopy(&fd.destination[0], mb_p, 14); in wlread()
1114 mb_p += 14; in wlread()
1126 WL_READ_MULTI_2(sc, PIOP1, mb_p, len/2); in wlread()
1141 mb_p += bytes; in wlread()
1762 u_char *mb_p = mtod(m, u_char *) + sizeof(struct ether_header); in wlxmt() local
1786 printf("XMT mbuf: L%d @%p ", count, (void *)mb_p); in wlxmt()
1805 WL_WRITE_MULTI_2(sc, PIOP1, mb_p, len/2); in wlxmt()
1824 wlsftwsleaze(&count, &mb_p, &tm_p, sc); in wlxmt()
[all …]