Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dwe.c471 struct dp8390_ring *packet_hdrp) in we_read_hdr() argument
475 we_readmem(wsc, packet_ptr, (uint8_t *)packet_hdrp, in we_read_hdr()
478 packet_hdrp->count = bswap16(packet_hdrp->count); in we_read_hdr()
/netbsd-src/sys/dev/isa/
H A Dif_ec.c709 struct dp8390_ring *packet_hdrp) in ec_read_hdr() argument
713 ec_readmem(esc, packet_ptr, (u_int8_t *)packet_hdrp, in ec_read_hdr()
716 packet_hdrp->count = bswap16(packet_hdrp->count); in ec_read_hdr()