Searched defs:iee_rfd (Results 1 – 1 of 1) sorted by relevance
118 struct iee_rfd { struct119 volatile uint16_t rfd_status; /* Status Bits */120 volatile uint16_t rfd_cmd; /* Command Bits */121 volatile uint32_t rfd_link_addr; /* Link Address to next RFD */122 volatile uint32_t rfd_rbd_addr; /* Address of first free RBD */123 volatile uint16_t rfd_count; /* Actual Count */124 volatile uint16_t rfd_size; /* Size */125 volatile uint8_t rfd_dest_addr[6]; /* Destination Address */126 volatile uint8_t rfd_src_addr[6]; /* Source Address */127 volatile uint16_t rfd_length; /* Length Field */[all …]