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

  /src/sys/dev/usb/
if_axen.c 759 uint32_t rx_hdr, pkt_hdr; local in function:axen_uno_rx_loop
777 rx_hdr = le32toh(*hdr_p);
778 hdr_offset = (uint16_t)(rx_hdr >> 16);
779 pkt_count = (uint16_t)(rx_hdr & 0xffff);

Completed in 13 milliseconds