Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c266 if (status_error & E1000_RXD_STAT_IXSM) in igb_rx_assoc_hcksum()
272 if (((status_error & E1000_RXD_STAT_TCPCS) || in igb_rx_assoc_hcksum()
273 (status_error & E1000_RXD_STAT_UDPCS)) && in igb_rx_assoc_hcksum()
280 if ((status_error & E1000_RXD_STAT_IPCS) && in igb_rx_assoc_hcksum()
281 !(status_error & E1000_RXDEXT_STATERR_IPE)) in igb_rx_assoc_hcksum()
327 uint32_t status_error; in igb_rx() local
361 status_error = current_rbd->wb.upper.status_error; in igb_rx()
362 while (status_error & E1000_RXD_STAT_DD) { in igb_rx()
370 !(status_error & E1000_RXD_STAT_EOP)) { in igb_rx()
409 igb_rx_assoc_hcksum(mp, status_error); in igb_rx()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c518 if ((status_error & IXGBE_RXD_STAT_L4CS) && in ixgbe_rx_assoc_hcksum()
525 if ((status_error & IXGBE_RXD_STAT_IPCS) && in ixgbe_rx_assoc_hcksum()
526 !(status_error & IXGBE_RXDADV_ERR_IPE)) in ixgbe_rx_assoc_hcksum()
553 uint32_t status_error; in ixgbe_ring_rx() local
594 status_error = current_rbd->wb.upper.status_error; in ixgbe_ring_rx()
595 while (status_error & IXGBE_RXD_STAT_DD) { in ixgbe_ring_rx()
610 (status_error & IXGBE_RXDADV_ERR_IPE)) in ixgbe_ring_rx()
618 if (status_error & IXGBE_RXD_STAT_EOP) { in ixgbe_ring_rx()
632 lro_next = (status_error & in ixgbe_ring_rx()
689 ixgbe_rx_assoc_hcksum(mp, status_error); in ixgbe_ring_rx()
[all …]
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.h111 __le32 status_error; /* ext status/error */ member
H A Digc_hw.h152 __le32 status_error; /* ext status/error */ member
182 __le32 status_error; /* ext status/error */ member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h109 u32 status_error; /* ext status/error */ member
H A De1000_82575.h218 __le32 status_error; /* ext status/error */ member
H A De1000_hw.h484 __le32 status_error; /* ext status/error */ member
514 __le32 status_error; /* ext status/error */ member
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c780 cur_status = LE_32(cur_desc->wb.upper.status_error); in igc_ring_rx()
836 cur_status = LE_32(cur_desc->wb.upper.status_error); in igc_ring_rx()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3311 __le32 status_error; /* ext status/error */ member