Home
last modified time | relevance | path

Searched defs:mld (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dhcmd.h8 static inline int iwl_mld_send_cmd(struct iwl_mld *mld, struct iwl_host_cmd *cmd) in iwl_mld_send_cmd()
30 __iwl_mld_send_cmd_with_flags_pdu(struct iwl_mld *mld, u32 id, in __iwl_mld_send_cmd_with_flags_pdu()
43 #define _iwl_mld_send_cmd_with_flags_pdu(mld, id, flags, data, len, \ argument
46 #define iwl_mld_send_cmd_with_flags_pdu(mld, id, flags, data, len...) \ argument
50 #define iwl_mld_send_cmd_pdu(mld, id, ...) \ argument
53 #define iwl_mld_send_cmd_empty(mld, id) \ argument
H A Dled.c13 static void iwl_mld_send_led_fw_cmd(struct iwl_mld *mld, bool on) in iwl_mld_send_led_fw_cmd()
34 struct iwl_mld *mld = container_of(led_cdev, struct iwl_mld, led); in iwl_led_brightness_set() local
42 int iwl_mld_leds_init(struct iwl_mld *mld) in iwl_mld_leds_init()
84 void iwl_mld_led_config_fw(struct iwl_mld *mld) in iwl_mld_led_config_fw()
92 void iwl_mld_leds_exit(struct iwl_mld *mld) in iwl_mld_leds_exit()
H A Dsession-protect.c11 void iwl_mld_handle_session_prot_notif(struct iwl_mld *mld, in iwl_mld_handle_session_prot_notif()
44 static int _iwl_mld_schedule_session_protection(struct iwl_mld *mld, in _iwl_mld_schedule_session_protection()
93 void iwl_mld_schedule_session_protection(struct iwl_mld *mld, in iwl_mld_schedule_session_protection()
109 struct iwl_mld *mld; member
121 struct iwl_mld *mld = data->mld; in iwl_mld_session_start_fn() local
146 int iwl_mld_start_session_protection(struct iwl_mld *mld, in iwl_mld_start_session_protection()
181 int iwl_mld_cancel_session_protection(struct iwl_mld *mld, in iwl_mld_cancel_session_protection()
H A Dled.h15 static inline int iwl_mld_leds_init(struct iwl_mld *mld) in iwl_mld_leds_init()
20 static inline void iwl_mld_leds_exit(struct iwl_mld *mld) in iwl_mld_leds_exit()
24 static inline void iwl_mld_led_config_fw(struct iwl_mld *mld) in iwl_mld_led_config_fw()
H A Dcoex.c13 int iwl_mld_send_bt_init_conf(struct iwl_mld *mld) in iwl_mld_send_bt_init_conf()
24 void iwl_mld_handle_bt_coex_notif(struct iwl_mld *mld, in iwl_mld_handle_bt_coex_notif()
H A Dagg.h74 struct iwl_mld *mld; member
/linux/net/ipv6/
H A Dmcast_snoop.c76 struct mld_msg *mld; in ipv6_mc_check_mld_query() local
109 struct mld_msg *mld; in ipv6_mc_check_mld_msg() local
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Drx.c321 struct iwl_mld *mld = test->priv; in test_is_dup() local