Searched refs:ibytes (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10-stable/sys/dev/en/
H A Dmidwayvar.h141 uint32_t ibytes; member in struct:en_vcc
/freebsd-10-stable/sys/dev/ce/
H A Dceddk.h88 ulong64 ibytes; member in struct:_ce_chan_t
H A Dif_ce.c1405 st->ibytes = c->ibytes;
1499 c->ibytes = 0;
2114 c->rintr, c->tintr, 0l, (unsigned long) c->ibytes,
/freebsd-10-stable/sys/netinet/
H A Dip_mroute.h248 u_long ibytes; /* Input byte count on vif */ member in struct:sioc_vif_req
/freebsd-10-stable/sys/netinet6/
H A Dip6_mroute.h193 u_quad_t ibytes; /* Input byte count on mif */ member in struct:sioc_mif_req6
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c378 show_stat("lu", 10, IFA_STAT(ibytes), link|network, 0);
496 st->ift_ib += IFA_STAT(ibytes);
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h174 uint32_t ibytes; member in struct:card_vcc
/freebsd-10-stable/sys/i386/include/
H A Dcserial.h31 unsigned long ibytes; /* input bytes */ member in struct:serial_statistics
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_rx.c318 vcc->ibytes += m->m_pkthdr.len;
517 vcc->ibytes += m->m_pkthdr.len;
H A Dif_patmvar.h197 uint64_t ibytes; /* bytes received */ member in struct:patm_vcc
H A Dif_patm_ioctl.c161 vcc->ibytes = vcc->ipackets = 0;
/freebsd-10-stable/sys/dev/ixl/
H A Dixl.h322 #define IXL_SET_IBYTES(vsi, count) (vsi)->ibytes = (count)
534 u64 ibytes; member in struct:ixl_vsi
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h537 u64 ibytes; member in struct:adapter
584 #define IXGBE_SET_IBYTES(sc, count) (sc)->ibytes = (count)
H A Dixv.h538 u64 ibytes; member in struct:adapter
585 #define IXGBE_SET_IBYTES(sc, count) (sc)->ibytes = (count)
/freebsd-10-stable/sys/dev/cp/
H A Dcpddk.h150 ulong64 ibytes; /* input bytes */ member in struct:_cp_chan_t
/freebsd-10-stable/sys/dev/cx/
H A Dcxddk.h331 unsigned long ibytes; /* input bytes */ member in struct:_cx_chan_t
H A Dcxddk.c459 c->ibytes += len;
526 c->ibytes += len;
H A Dif_cx.c1749 st->ibytes = c->ibytes;
1770 c->ibytes = 0;
2329 c->rintr, c->tintr, c->mintr, c->ibytes, c->ipkts,
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_ioctl.c153 vcc->ibytes = vcc->ipackets = 0;
H A Dif_hatm_rx.c246 vcc->ibytes += len;
H A Dif_hatmvar.h339 uint32_t ibytes; member in struct:hevcc
/freebsd-10-stable/sys/dev/ctau/
H A Dif_ct.c1353 st->ibytes = c->ibytes;
1416 c->ibytes = 0;
1819 st.ibytes = c->ibytes;
1828 st.rintr, st.tintr, st.mintr, st.ibytes, st.ipkts,
H A Dctddk.h396 unsigned long ibytes; /* input bytes */ member in struct:_ct_chan_t
/freebsd-10-stable/crypto/openssh/
H A Dclientloop.c1509 u_int64_t ibytes, obytes; local
1788 packet_get_bytes(&ibytes, &obytes);
1790 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1793 obytes / total_time, ibytes / total_time);
H A Dsshd.c1553 u_int64_t ibytes, obytes; local
2395 packet_get_bytes(&ibytes, &obytes);
2397 (unsigned long long)obytes, (unsigned long long)ibytes);

Completed in 165 milliseconds

12