Lines Matching defs:arc_fw_bufhdr
287 struct arc_fw_bufhdr {
2273 struct arc_fw_bufhdr *bufhdr;
2297 wlen = sizeof(struct arc_fw_bufhdr) + wbuflen + 1; /* 1 for cksum */
2300 rlen = sizeof(struct arc_fw_bufhdr) + rbuflen + 1; /* 1 for cksum */
2306 bufhdr = (struct arc_fw_bufhdr *)wbuf;
2309 bcopy(wptr, wbuf + sizeof(struct arc_fw_bufhdr), wbuflen);
2433 rlen = sizeof(struct arc_fw_bufhdr) + rlen + 1;
2463 if (sreadok && rdone >= sizeof(struct arc_fw_bufhdr) &&
2465 bufhdr = (struct arc_fw_bufhdr *)rbuf;
2469 rlen = sizeof(struct arc_fw_bufhdr) +
2476 bufhdr = (struct arc_fw_bufhdr *)rbuf;
2488 bcopy(rbuf + sizeof(struct arc_fw_bufhdr), rptr, bufhdr->len);