rx_stat 644 dev/pci/if_txp.c letoh32(rxd->rx_stat));
rx_stat 666 dev/pci/if_txp.c if (rxd->rx_stat & htole32(RX_STAT_VLAN)) {
rx_stat 725 dev/pci/if_txp.c if (rxd->rx_stat & htole32(RX_STAT_IPCKSUMBAD))
rx_stat 727 dev/pci/if_txp.c else if (rxd->rx_stat & htole32(RX_STAT_IPCKSUMGOOD))
rx_stat 730 dev/pci/if_txp.c if (rxd->rx_stat & htole32(RX_STAT_TCPCKSUMBAD))
rx_stat 732 dev/pci/if_txp.c else if (rxd->rx_stat & htole32(RX_STAT_TCPCKSUMGOOD))
rx_stat 735 dev/pci/if_txp.c if (rxd->rx_stat & htole32(RX_STAT_UDPCKSUMBAD))
rx_stat 737 dev/pci/if_txp.c else if (rxd->rx_stat & htole32(RX_STAT_UDPCKSUMGOOD))
rx_stat 259 dev/pci/if_txpreg.h volatile u_int32_t rx_stat; /* status */