Home
last modified time | relevance | path

Searched refs:rxh (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-rx.c535 const struct rx_header *rxh; in rx_print() local
546 rxh = (const struct rx_header *) bp; in rx_print()
548 type = GET_U_1(rxh->type); in rx_print()
551 flags = GET_U_1(rxh->flags); in rx_print()
557 GET_BE_U_4(rxh->cid), in rx_print()
558 GET_BE_U_4(rxh->callNumber)); in rx_print()
561 GET_BE_U_4(rxh->seq), in rx_print()
562 GET_BE_U_4(rxh->serial)); in rx_print()
566 GET_U_1(rxh->securityIndex), in rx_print()
567 GET_BE_U_2(rxh->serviceId)); in rx_print()
[all …]
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dxstormy16.opc82 || strncasecmp (*strp, "rxh,", 3) == 0)
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dxstormy16.opc82 || strncasecmp (*strp, "rxh,", 3) == 0)
/netbsd/src/sys/dev/ic/
Dbwi.c9063 struct bwi_rxbuf_hdr rxh; in bwi_rx_frame_pio() local
9096 CSR_READ_MULTI_4(sc, BWI_PIO_RXDATA(qid), (uint32_t *)&rxh, in bwi_rx_frame_pio()
9099 memset(((uint8_t *)&rxh) + pio_hdrlen, 0, sizeof(rxh) - pio_hdrlen); in bwi_rx_frame_pio()
9102 pktlen = le16toh(rxh.rxh_buflen); in bwi_rx_frame_pio()
9108 flags2 = le16toh(rxh.rxh_flags2); in bwi_rx_frame_pio()
9116 bwi_rx_frame_data_pio(sc, &rxh, qid); in bwi_rx_frame_pio()