HomeSort by: relevance | last modified time | path
    Searched defs:hdr_p (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_axen.c 760 uint32_t *hdr_p; local
776 hdr_p = (uint32_t *)(buf + total_len - sizeof(uint32_t));
777 rx_hdr = le32toh(*hdr_p);
792 hdr_p = (uint32_t *)(buf + hdr_offset);
819 pkt_hdr = le32toh(*hdr_p);
843 hdr_p++;
857 hdr_p++;

Completed in 48 milliseconds