Lines Matching defs:p
2187 uint8_t *p;
2293 p = (uint8_t *)&txdsc->wh;
2295 (void) memcpy(p, m->b_rptr, off);
2300 p = sc->sc_txbufs[idx];
2302 (void) memcpy(p, m->b_rptr + off, cnt - off);
2858 uint8_t *p, *rxbuf;
2981 * Get rx header(hdr) and rx data(p) from rxbuf
2983 p = rxbuf;
2984 hdr = (struct ipw2200_hdr *)p;
2985 p += sizeof (struct ipw2200_hdr);
2994 (struct ipw2200_frame *)p);
2999 (struct ipw2200_notif *)p);