Searched refs:rxbytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ismt/ |
| H A D | ismt.c | 136 uint8_t rxbytes; /* received bytes */ member 516 memcpy(buf, sc->dma_buffer, desc->rxbytes); in ismt_bread() 517 *count = desc->rxbytes; in ismt_bread()
|
| /freebsd/sys/dev/igc/ |
| H A D | if_igc.c | 912 unsigned long rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local 916 rxbytes = atomic_load_long(&rxr->rx_bytes); in igc_neweitr() 920 if (txbytes == 0 && rxbytes == 0) in igc_neweitr() 950 bytes = lmax(bytes, rxbytes); in igc_neweitr() 952 lmax(bytes_per_packet, rxbytes / rxpackets); in igc_neweitr()
|
| /freebsd/sys/dev/e1000/ |
| H A D | if_em.c | 1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local 1661 rxbytes = atomic_load_long(&rxr->rx_bytes); in em_newitr() 1665 if (txbytes == 0 && rxbytes == 0) in em_newitr() 1695 bytes = lmax(bytes, rxbytes); in em_newitr() 1697 lmax(bytes_per_packet, rxbytes / rxpackets); in em_newitr()
|