Searched refs:notif (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1359 iwi_notif_link_quality(struct iwi_softc *sc, struct iwi_notif *notif) argument
1364 len = le16toh(notif->len);
1367 notif->type,
1375 notif->type,
1380 lq = (struct iwi_notif_link_quality *)(notif + 1);
1390 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif) argument
1400 switch (notif->type) {
1402 chan = (struct iwi_notif_scan_channel *)(notif + 1);
1412 scan = (struct iwi_notif_scan_complete *)(notif + 1);
1438 auth = (struct iwi_notif_authentication *)(notif
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c7192 iwx_mcc_update(struct iwx_softc *sc, struct iwx_mcc_chub_notif *notif) argument
7199 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
7203 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
7944 iwx_rs_update(struct iwx_softc *sc, struct iwx_tlc_update_notif *notif) argument
7953 if (notif->sta_id != IWX_STATION_ID ||
7954 (le32toh(notif->flags) & IWX_TLC_NOTIF_FLAG_RATE) == 0)
7957 rate_n_flags = le32toh(notif->rate);
9942 struct iwx_ct_kill_notif *notif; local
9943 SYNC_RESP_STRUCT(notif, pk
10015 struct iwx_umac_scan_complete *notif; local
10022 struct iwx_umac_scan_iter_complete_notif *notif; local
10029 struct iwx_mcc_chub_notif *notif; local
10045 struct iwx_time_event_notif *notif; local
10059 struct iwx_session_prot_notif *notif; local
10109 struct iwx_tlc_update_notif *notif; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c8148 iwm_mcc_update(struct iwm_softc *sc, struct iwm_mcc_chub_notif *notif) argument
8155 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
8159 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
11155 struct iwm_mcc_chub_notif *notif; local
11156 SYNC_RESP_STRUCT(notif, pkt);
11157 iwm_mcc_update(sc, notif);
11170 struct iwm_ct_kill_notif *notif; local
11171 SYNC_RESP_STRUCT(notif, pkt);
11174 DEVNAME(sc), le16toh(notif
11244 struct iwm_periodic_scan_complete *notif; local
11250 struct iwm_lmac_scan_complete_notif *notif; local
11257 struct iwm_umac_scan_complete *notif; local
11264 struct iwm_umac_scan_iter_complete_notif *notif; local
11280 struct iwm_time_event_notif *notif; local
[all...]

Completed in 398 milliseconds