Lines Matching refs:u8
110 u8 sleep_auth;
111 u8 padding[3];
142 u8 rx_packet_ring_chunk_num;
143 u8 tx_packet_ring_chunk_num;
150 u8 tx_complete_threshold;
153 u8 tx_complete_ring_depth;
169 u8 rx_packet_ring_chunk_num;
170 u8 tx_packet_ring_chunk_num;
172 u8 pad[2];
318 u8 qid;
319 u8 pad[3];
347 u8 wone_index; /* Reserved */
348 u8 slot_time;
349 u8 reserved[6];
359 u8 enabled;
360 u8 num_groups;
361 u8 pad[2];
362 u8 mac_table[ACX_MC_ADDRESS_GROUP_MAX_LEN];
399 u8 pad[2];
430 u8 weight;
436 u8 depth;
442 u8 type;
448 u8 enable;
457 u8 max_num_beacons;
458 u8 pad[2];
502 u8 num_ie;
503 u8 pad[3];
504 u8 table[BEACON_FILTER_TABLE_MAX_SIZE];
536 u8 enable;
537 u8 pad[3];
623 u8 antenna_type;
629 u8 signal_type;
637 u8 afh_leverage_on;
644 u8 quiet_cycle_num;
651 u8 max_cts;
658 u8 wlan_packets_num;
665 u8 bt_packets_num;
668 u8 missed_rx_avalanche;
671 u8 wlan_elp_hp;
674 u8 bt_anti_starvation_cycles;
676 u8 ack_mode_dual_ant;
682 u8 pa_sd_enable;
688 u8 pta_auto_mode_enable;
691 u8 bt_hp_respected_num;
702 u8 tx_energy_detection;
703 u8 pad;
718 u8 rx_broadcast_in_ps;
721 u8 ps_poll_threshold;
722 u8 pad[2];
769 u8 tx_ctrl_frame_rate; /* RATE_* */
770 u8 tx_ctrl_frame_mod; /* CCK_* or PBCC_* */
771 u8 tx_mgt_frame_rate;
772 u8 tx_mgt_frame_mod;
779 u8 mac[ETH_ALEN];
780 u8 pad[2];
793 u8 current_tx_power;
794 u8 padding[3];
800 u8 id;
801 u8 pad[3];
811 u8 last_dtim_count;
812 u8 pad[3];
826 u8 wake_up_event; /* Only one bit can be set */
827 u8 listen_interval;
828 u8 pad[2];
838 u8 pad[2];
853 u8 preamble;
854 u8 padding[3];
864 u8 ctsprotect;
865 u8 padding[3];
1096 u8 short_retry_limit;
1097 u8 long_retry_limit;
1098 u8 aflags;
1099 u8 reserved;
1119 u8 rx_mem_block_num;
1120 u8 reserved_2;
1121 u8 num_tx_queues; /* From 1 to 16 */
1122 u8 host_if_options; /* HOST_IF* */
1123 u8 tx_min_mem_block_num;
1124 u8 num_ssid_profiles;
1133 u8 num_descs;
1134 u8 pad;
1135 u8 type;
1136 u8 priority;
1144 u8 num_descs;
1145 u8 pad[2];
1146 u8 attributes;
1206 u8 dtim;
1207 u8 padding;
1222 u8 enable;
1230 u8 max_consecutive;
1232 u8 padding[2];
1240 u8 version; /* The IP version: 4 - IPv4, 6 - IPv6.*/
1241 u8 enable; /* 1 - ARP filtering is enabled, 0 - disabled */
1242 u8 padding[2];
1243 u8 address[16]; /* The IP address used to filter ARP packets.
1256 u8 ac;
1262 u8 cw_min;
1271 u8 aifsn;
1273 u8 reserved;
1310 u8 queue;
1313 u8 type;
1316 u8 tsid;
1319 u8 ps_scheme;
1322 u8 ack_policy;
1324 u8 padding[3];
1448 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod,
1449 u8 mgt_rate, u8 mgt_mod);
1451 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id);
1452 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event,
1453 u8 listen_interval);
1454 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);
1479 int wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight,
1480 u8 depth, enum wl1251_acx_low_rssi_type type);
1488 int wl1251_acx_wr_tbtt_and_dtim(struct wl1251 *wl, u16 tbtt, u8 dtim);
1490 u8 max_consecutive);
1492 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
1493 u8 aifs, u16 txop);
1494 int wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue,
1496 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme,