Home
last modified time | relevance | path

Searched defs:ie_config_cmd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Di82586.h281 struct ie_config_cmd { struct
282 struct ie_cmd_common com; /* common part */
285 u_char ie_config_count; /* byte count (0x0c) */
286 u_char ie_fifo; /* fifo (8) */
287 u_char ie_save_bad; /* save bad frames (0x40) */
288 u_char ie_addr_len; /* address length (0x2e) (AL-LOC == 1) */
289 u_char ie_priority; /* priority and backoff (0x0) */
290 u_char ie_ifs; /* inter-frame spacing (0x60) */
291 u_char ie_slot_low; /* slot time, LSB (0x0) */
292 u_char ie_slot_high; /* slot time, MSN, and retries (0xf2) */
[all …]
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dif_iereg.h360 struct ie_config_cmd { struct
361 struct ie_cmd_common com; /* common part */
364 u_char ie_config_count; /* byte count (0x0c) */
365 u_char ie_fifo; /* fifo (8) */
366 u_char ie_save_bad; /* save bad frames (0x40) */
367 u_char ie_addr_len; /* address length (0x2e) (AL-LOC == 1) */
368 u_char ie_priority; /* priority and backoff (0x0) */
369 u_char ie_ifs; /* inter-frame spacing (0x60) */
370 u_char ie_slot_low; /* slot time, LSB (0x0) */
371 u_char ie_slot_high; /* slot time, MSN, and retries (0xf2) */
[all …]
/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A Di82586.h296 struct ie_config_cmd { struct
320 volatile struct ie_config_cmd im_cc; argument