/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 852 uint32_t status, rxstatus, txstatus; local in function:ae_intr 884 rxstatus = status & sc->sc_rxint_mask; 887 if (rxstatus) { 891 if (rxstatus & STATUS_RU) {
|
/src/sys/dev/ic/ |
smc83c170.c | 591 uint32_t intstat, rxstatus, txstatus; local in function:epic_intr 622 rxstatus = rxd->er_rxstatus; 623 if (rxstatus & ER_RXSTAT_OWNER) { 637 if ((rxstatus & ER_RXSTAT_PKTINTACT) == 0) { 638 if (rxstatus & ER_RXSTAT_CRCERROR) 641 if (rxstatus & ER_RXSTAT_ALIGNERROR) 656 len = RXSTAT_RXLENGTH(rxstatus) - ETHER_CRC_LEN;
|
atw.c | 2816 uint32_t status, rxstatus, txstatus, linkstatus; local in function:atw_softintr 2869 rxstatus = status & sc->sc_rxint_mask; 2877 if (rxstatus) { 2881 if (rxstatus & ATW_INTR_RDU) {
|
tulip.c | 1016 uint32_t status, rxstatus, txstatus, rndstatus = 0; local in function:tlp_intr 1058 rxstatus = status & sc->sc_rxint_mask; 1061 if (rxstatus) { 1065 if (rxstatus & STATUS_RWT) 1069 if (rxstatus & STATUS_RU) {
|
/src/sys/dev/isa/ |
if_iy.c | 1067 u_int rxadrs, rxevnt, rxstatus, rxnext, rxlen; local in function:iy_intr_rx 1078 rxstatus = le16toh(bus_space_read_stream_2(iot, ioh, 1090 "\014CRCERR\015LENERR\016RCVOK\020TYP", rxstatus); 1097 __USE(rxstatus);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
hdcp.h | 139 uint8_t rxstatus[2]; member in struct:mod_hdcp_message_hdcp2
|