Searched refs:iwx_node (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxvar.h | 239 struct iwx_node *in; 893 struct iwx_node { struct 908 #define IWX_NODE(_ni) ((struct iwx_node *)(_ni)) argument
|
| H A D | if_iwx.c | 400 struct iwx_node *, uint32_t); 401 static void iwx_unprotect_session(struct iwx_softc *, struct iwx_node *); 452 static int iwx_binding_cmd(struct iwx_softc *, struct iwx_node *, uint32_t); 474 struct iwx_node *, struct ieee80211_frame *, uint16_t *, uint32_t *, 481 static int iwx_drain_sta(struct iwx_softc *sc, struct iwx_node *, int); 482 static int iwx_flush_sta(struct iwx_softc *, struct iwx_node *); 485 static int iwx_update_beacon_abort(struct iwx_softc *, struct iwx_node *, 487 static void iwx_power_build_cmd(struct iwx_softc *, struct iwx_node *, 489 static int iwx_power_mac_update_mode(struct iwx_softc *, struct iwx_node *); 492 static int iwx_enable_beacon_filter(struct iwx_softc *, struct iwx_node *); [all …]
|