Searched defs:ie_config_cmd (Results 1 – 3 of 3) sorted by relevance
281 struct ie_config_cmd { struct282 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 …]
360 struct ie_config_cmd { struct361 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 …]
296 struct ie_config_cmd { struct320 volatile struct ie_config_cmd im_cc; argument