Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c308 uint32_t esc_RCTL; /* x0100 receive ctl */ member
750 sc->esc_RCTL = val & ~0xF9204c01; in e82545_rx_ctl()
753 on ? "on" : "off", sc->esc_RCTL, val); in e82545_rx_ctl()
761 if (sc->esc_RCTL & E1000_RCTL_LBM_TCVR) { in e82545_rx_ctl()
852 bufsz = e82545_bufsz(sc->esc_RCTL); in e82545_rx_callback()
853 maxpktsz = (sc->esc_RCTL & E1000_RCTL_LPE) ? 16384 : 1522; in e82545_rx_callback()
891 if (!(sc->esc_RCTL & E1000_RCTL_SECRC)) in e82545_rx_callback()
900 if ((sc->esc_RCTL & E1000_RCTL_VFE) && in e82545_rx_callback()
952 if (left < (size >> (((sc->esc_RCTL >> 8) & 3) + 1))) in e82545_rx_callback()
1889 retval = sc->esc_RCTL; in e82545_read_register()
[all …]