Home
last modified time | relevance | path

Searched refs:rxbytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ismt/
H A Dismt.c136 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 Dif_igc.c1011 igc_ring_itr(struct igc_softc *sc, u32 rxbytes, u32 rxpackets, u32 txbytes, in igc_ring_itr() argument
1018 if (rxbytes && rxpackets) in igc_ring_itr()
1019 newitr = max(newitr, rxbytes / rxpackets); in igc_ring_itr()
1065 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local
1069 igc_aim_rx_delta(rxr, &rxbytes, &rxpackets); in igc_neweitr()
1087 if (txbytes == 0 && rxbytes == 0) in igc_neweitr()
1099 neweitr = igc_ring_itr(sc, rxbytes, rxpackets, txbytes, in igc_neweitr()
/freebsd/sys/dev/e1000/
H A Dif_em.c2154 em_ring_itr(struct e1000_softc *sc, u32 rxbytes, u32 rxpackets, u32 txbytes, in em_ring_itr() argument
2161 if (rxbytes && rxpackets) in em_ring_itr()
2162 newitr = max(newitr, rxbytes / rxpackets); in em_ring_itr()
2208 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
2212 em_aim_rx_delta(rxr, &rxbytes, &rxpackets); in em_newitr()
2230 if (txbytes == 0 && rxbytes == 0) in em_newitr()
2243 newitr = em_ring_itr(sc, rxbytes, rxpackets, txbytes, in em_newitr()