Lines Matching refs:iwx_node
401 struct iwx_node *, uint32_t);
402 static void iwx_unprotect_session(struct iwx_softc *, struct iwx_node *);
453 static int iwx_binding_cmd(struct iwx_softc *, struct iwx_node *, uint32_t);
475 struct iwx_node *, struct ieee80211_frame *, uint16_t *, uint32_t *,
482 static int iwx_drain_sta(struct iwx_softc *sc, struct iwx_node *, int);
483 static int iwx_flush_sta(struct iwx_softc *, struct iwx_node *);
486 static int iwx_update_beacon_abort(struct iwx_softc *, struct iwx_node *,
488 static void iwx_power_build_cmd(struct iwx_softc *, struct iwx_node *,
490 static int iwx_power_mac_update_mode(struct iwx_softc *, struct iwx_node *);
493 static int iwx_enable_beacon_filter(struct iwx_softc *, struct iwx_node *);
496 static int iwx_add_sta_cmd(struct iwx_softc *, struct iwx_node *, int);
497 static int iwx_rm_sta_cmd(struct iwx_softc *, struct iwx_node *);
498 static int iwx_rm_sta(struct iwx_softc *, struct iwx_node *);
513 static void iwx_ack_rates(struct iwx_softc *, struct iwx_node *, int *,
515 static void iwx_mac_ctxt_cmd_common(struct iwx_softc *, struct iwx_node *,
517 static void iwx_mac_ctxt_cmd_fill_sta(struct iwx_softc *, struct iwx_node *,
519 static int iwx_mac_ctxt_cmd(struct iwx_softc *, struct iwx_node *,
530 static int iwx_rs_init_v3(struct iwx_softc *, struct iwx_node *);
531 static int iwx_rs_init_v4(struct iwx_softc *, struct iwx_node *);
532 static int iwx_rs_init(struct iwx_softc *, struct iwx_node *);
3103 iwx_schedule_session_protection(struct iwx_softc *sc, struct iwx_node *in, in iwx_schedule_session_protection()
3125 iwx_unprotect_session(struct iwx_softc *sc, struct iwx_node *in) in iwx_unprotect_session()
4864 struct iwx_node *in = IWX_NODE(vap->iv_bss); in iwx_rx_compressed_ba()
4946 iwx_binding_cmd(struct iwx_softc *sc, struct iwx_node *in, uint32_t action) in iwx_binding_cmd()
5513 iwx_tx_fill_cmd(struct iwx_softc *sc, struct iwx_node *in, in iwx_tx_fill_cmd()
5653 struct iwx_node *in = (void *)ni; in iwx_tx()
5949 iwx_drain_sta(struct iwx_softc *sc, struct iwx_node* in, int drain) in iwx_drain_sta()
5986 iwx_flush_sta(struct iwx_softc *sc, struct iwx_node *in) in iwx_flush_sta()
6027 iwx_update_beacon_abort(struct iwx_softc *sc, struct iwx_node *in, int enable) in iwx_update_beacon_abort()
6043 iwx_power_build_cmd(struct iwx_softc *sc, struct iwx_node *in, in iwx_power_build_cmd()
6074 iwx_power_mac_update_mode(struct iwx_softc *sc, struct iwx_node *in) in iwx_power_mac_update_mode()
6108 iwx_enable_beacon_filter(struct iwx_softc *sc, struct iwx_node *in)
6140 iwx_add_sta_cmd(struct iwx_softc *sc, struct iwx_node *in, int update) in iwx_add_sta_cmd()
6261 iwx_rm_sta_cmd(struct iwx_softc *sc, struct iwx_node *in) in iwx_rm_sta_cmd()
6283 iwx_rm_sta(struct iwx_softc *sc, struct iwx_node *in) in iwx_rm_sta()
6753 iwx_ack_rates(struct iwx_softc *sc, struct iwx_node *in, int *cck_rates, in iwx_ack_rates()
6839 iwx_mac_ctxt_cmd_common(struct iwx_softc *sc, struct iwx_node *in, in iwx_mac_ctxt_cmd_common()
6937 iwx_mac_ctxt_cmd_fill_sta(struct iwx_softc *sc, struct iwx_node *in, in iwx_mac_ctxt_cmd_fill_sta()
6967 iwx_mac_ctxt_cmd(struct iwx_softc *sc, struct iwx_node *in, uint32_t action, in iwx_mac_ctxt_cmd()
7181 iwx_rs_init_v3(struct iwx_softc *sc, struct iwx_node *in) in iwx_rs_init_v3()
7253 iwx_rs_init_v4(struct iwx_softc *sc, struct iwx_node *in) in iwx_rs_init_v4()
7352 iwx_rs_init(struct iwx_softc *sc, struct iwx_node *in) in iwx_rs_init()
7560 struct iwx_node *in; in iwx_auth()
7666 struct iwx_node *in = IWX_NODE(vap->iv_bss); in iwx_deauth()
7717 struct iwx_node *in = IWX_NODE(vap->iv_bss); in iwx_run()
7815 struct iwx_node *in = IWX_NODE(vap->iv_bss); in iwx_run_stop()
7869 return malloc(sizeof (struct iwx_node), M_80211_NODE, in iwx_node_alloc()
7879 struct iwx_node *in = (void *)ni;
7909 struct iwx_node *in = (void *)ni;
8538 struct iwx_node *in = IWX_NODE(vap->iv_bss); in iwx_allow_mcast()