FreeBSD kernel E1000 device code
e1000_rx_desc Struct Reference

#include <e1000_hw.h>

Data Fields

__le64 buffer_addr
 
__le16 length
 
__le16 csum
 
u8 status
 
u8 errors
 
__le16 special
 

Detailed Description

Definition at line 414 of file e1000_hw.h.

Field Documentation

◆ buffer_addr

__le64 e1000_rx_desc::buffer_addr

Definition at line 415 of file e1000_hw.h.

Referenced by lem_isc_rxd_refill().

◆ csum

__le16 e1000_rx_desc::csum

Definition at line 417 of file e1000_hw.h.

◆ errors

u8 e1000_rx_desc::errors

Definition at line 419 of file e1000_hw.h.

Referenced by lem_isc_rxd_pkt_get().

◆ length

__le16 e1000_rx_desc::length

Definition at line 416 of file e1000_hw.h.

Referenced by lem_isc_rxd_pkt_get().

◆ special

__le16 e1000_rx_desc::special

Definition at line 420 of file e1000_hw.h.

Referenced by lem_isc_rxd_pkt_get().

◆ status

u8 e1000_rx_desc::status

Definition at line 418 of file e1000_hw.h.

Referenced by lem_isc_rxd_available(), lem_isc_rxd_pkt_get(), and lem_isc_rxd_refill().


The documentation for this struct was generated from the following file: