Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 21 of 21) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
Dbt-coex.c263 struct iwl_bt_coex_profile_notif *notif = &mvm->last_bt_notif; in iwl_mvm_bt_udpate_ctrl_kill_msk() local
272 if (BT_MBOX_MSG(notif, 3, SCO_STATE) || in iwl_mvm_bt_udpate_ctrl_kill_msk()
273 BT_MBOX_MSG(notif, 3, A2DP_STATE) || in iwl_mvm_bt_udpate_ctrl_kill_msk()
274 BT_MBOX_MSG(notif, 3, SNIFF_STATE)) in iwl_mvm_bt_udpate_ctrl_kill_msk()
283 BT_MBOX_MSG(notif, 3, SCO_STATE) ? "" : "in", in iwl_mvm_bt_udpate_ctrl_kill_msk()
284 BT_MBOX_MSG(notif, 3, A2DP_STATE) ? "" : "in", in iwl_mvm_bt_udpate_ctrl_kill_msk()
285 BT_MBOX_MSG(notif, 3, SNIFF_STATE) ? "" : "in"); in iwl_mvm_bt_udpate_ctrl_kill_msk()
337 struct iwl_bt_coex_profile_notif *notif; member
372 if (data->notif->bt_status) in iwl_mvm_bt_notif_iterator()
375 if (data->notif->bt_traffic_load >= IWL_BT_LOAD_FORCE_SISO_THRESHOLD) in iwl_mvm_bt_notif_iterator()
[all …]
Dtime-event.c150 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
155 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
156 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
166 WARN_ONCE(!le32_to_cpu(notif->status), in iwl_mvm_te_handle_notif()
169 if (le32_to_cpu(notif->action) & TE_NOTIF_HOST_EVENT_END) { in iwl_mvm_te_handle_notif()
192 } else if (le32_to_cpu(notif->action) & TE_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
214 struct iwl_time_event_notif *notif = (void *)pkt->data; in iwl_mvm_rx_time_event_notif() local
218 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
219 le32_to_cpu(notif->action)); in iwl_mvm_rx_time_event_notif()
223 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
[all …]
Dscan.c378 struct iwl_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_scan_complete() local
381 notif->status, notif->scanned_channels); in iwl_mvm_rx_scan_complete()
384 ieee80211_scan_completed(mvm->hw, notif->status != SCAN_COMP_STATUS_OK); in iwl_mvm_rx_scan_complete()
394 struct iwl_scan_complete_notif *notif; in iwl_mvm_scan_abort_notif() local
411 notif = (void *)pkt->data; in iwl_mvm_scan_abort_notif()
413 notif->status); in iwl_mvm_scan_abort_notif()
Ddebugfs.c373 BT_MBOX_MSG(notif, _num, _field), \
380 struct iwl_bt_coex_profile_notif *notif = &mvm->last_bt_notif; in iwl_dbgfs_bt_notif_read() local
443 notif->bt_status); in iwl_dbgfs_bt_notif_read()
445 notif->bt_open_conn); in iwl_dbgfs_bt_notif_read()
447 notif->bt_traffic_load); in iwl_dbgfs_bt_notif_read()
449 notif->bt_agg_traffic_load); in iwl_dbgfs_bt_notif_read()
451 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read()
/drivers/net/wireless/iwlwifi/dvm/
Dscan.c262 struct iwl_scanreq_notification *notif = (void *)pkt->data; in iwl_rx_reply_scan() local
264 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status); in iwl_rx_reply_scan()
275 struct iwl_scanstart_notification *notif = (void *)pkt->data; in iwl_rx_scan_start_notif() local
277 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif()
281 notif->channel, in iwl_rx_scan_start_notif()
282 notif->band ? "bg" : "a", in iwl_rx_scan_start_notif()
283 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif()
284 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif()
285 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
303 struct iwl_scanresults_notification *notif = (void *)pkt->data; in iwl_rx_scan_results_notif() local
[all …]
/drivers/uwb/
Dbeacon.c366 if (evt->notif.size < sizeof(*be) + sizeof(*bf)) { in uwb_verify_beacon()
368 "(%zu vs %zu bytes needed)\n", evt->notif.size, in uwb_verify_beacon()
400 be = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon, rceb); in uwbd_evt_handle_rc_beacon()
476 if (evt->notif.size < sizeof(*bs)) { in uwbd_evt_handle_rc_beacon_size()
479 evt->notif.size, sizeof(*bs)); in uwbd_evt_handle_rc_beacon_size()
482 bs = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon_size, rceb); in uwbd_evt_handle_rc_beacon_size()
512 if (evt->notif.size < sizeof(*bpsc)) { in uwbd_evt_handle_rc_bp_slot_change()
516 bpsc = container_of(evt->notif.rceb, struct uwb_rc_evt_bp_slot_change, rceb); in uwbd_evt_handle_rc_bp_slot_change()
550 if (evt->notif.size < sizeof(*bpoiec)) { in uwbd_evt_handle_rc_bpoie_change()
553 evt->notif.size, sizeof(*bpoiec)); in uwbd_evt_handle_rc_bpoie_change()
[all …]
Duwbd.c187 type = evt->notif.rceb->bEventType; in uwbd_event_handle_urc()
188 event = le16_to_cpu(evt->notif.rceb->wEvent); in uwbd_event_handle_urc()
189 context = evt->notif.rceb->bEventContext; in uwbd_event_handle_urc()
241 kfree(evt->notif.rceb); in uwbd_event_handle()
345 kfree(evt->notif.rceb); in uwbd_event_queue()
362 kfree(evt->notif.rceb); in uwbd_flush()
Die-rcv.c37 if (evt->notif.size < sizeof(*iercv)) { in uwbd_evt_handle_rc_ie_rcv()
40 evt->notif.size, sizeof(*iercv)); in uwbd_evt_handle_rc_ie_rcv()
43 iercv = container_of(evt->notif.rceb, struct uwb_rc_evt_ie_rcv, rceb); in uwbd_evt_handle_rc_ie_rcv()
Dneh.c402 uwb_evt->notif.size = size; in uwb_rc_notif()
403 uwb_evt->notif.rceb = rceb; in uwb_rc_notif()
412 struct uwb_rceb *notif; in uwb_rc_neh_grok_event() local
416 notif = kmalloc(size, GFP_ATOMIC); in uwb_rc_neh_grok_event()
417 if (notif) { in uwb_rc_neh_grok_event()
418 memcpy(notif, rceb, size); in uwb_rc_neh_grok_event()
419 uwb_rc_notif(rc, notif, size); in uwb_rc_neh_grok_event()
Ddrp-avail.c234 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_get_drp_avail()
237 "needed]\n", evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_get_drp_avail()
240 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb); in uwbd_evt_get_drp_avail()
Ddrp.c776 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_handle_rc_drp()
779 evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_handle_rc_drp()
782 bytes_left = evt->notif.size - sizeof(*drp_evt); in uwbd_evt_handle_rc_drp()
783 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp, rceb); in uwbd_evt_handle_rc_drp()
Duwb-internal.h225 struct uwb_event_notif notif; member
/drivers/net/wimax/i2400m/
Dusb-debug-levels.h36 D_SUBMODULE_DECLARE(notif),
DMakefile19 usb-notif.o \
Dusb-notif.c63 #define D_SUBMODULE notif
Dusb.c377 D_SUBMODULE_DEFINE(notif),
410 __debugfs_register("dl_", notif, dentry); in i2400mu_debugfs_add()
/drivers/net/wireless/iwlwifi/
DMakefile6 iwlwifi-objs += iwl-notif-wait.o
/drivers/staging/csr/
Dinet.c33 static int uf_inetaddr_event(struct notifier_block *notif, unsigned long event, void *ifa) in uf_inetaddr_event() argument
Dnetdev.c2893 uf_netdev_event(struct notifier_block *notif, unsigned long event, void* ptr) { in uf_netdev_event() argument
/drivers/net/wireless/iwlegacy/
Dcommon.c1353 struct il_scanreq_notification *notif = in il_hdl_scan() local
1356 D_SCAN("Scan request status = 0x%x\n", notif->status); in il_hdl_scan()
1365 struct il_scanstart_notification *notif = in il_hdl_scan_start() local
1367 il->scan_start_tsf = le32_to_cpu(notif->tsf_low); in il_hdl_scan_start()
1369 "(TSF: 0x%08X:%08X) - %d (beacon timer %u)\n", notif->channel, in il_hdl_scan_start()
1370 notif->band ? "bg" : "a", le32_to_cpu(notif->tsf_high), in il_hdl_scan_start()
1371 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer); in il_hdl_scan_start()
1380 struct il_scanresults_notification *notif = in il_hdl_scan_results() local
1384 "elapsed=%lu usec\n", notif->channel, notif->band ? "bg" : "a", in il_hdl_scan_results()
1385 le32_to_cpu(notif->tsf_high), le32_to_cpu(notif->tsf_low), in il_hdl_scan_results()
[all …]
/drivers/net/wireless/ipw2x00/
Dipw2200.c4496 struct ipw_rx_notification *notif) in ipw_rx_notification() argument
4499 u16 size = le16_to_cpu(notif->size); in ipw_rx_notification()
4501 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size); in ipw_rx_notification()
4503 switch (notif->subtype) { in ipw_rx_notification()
4505 struct notif_association *assoc = &notif->u.assoc; in ipw_rx_notification()
4547 (IPW_GET_PACKET_STYPE(&notif->u.raw) in ipw_rx_notification()
4568 &notif->u.raw, &stats); in ipw_rx_notification()
4583 = &notif->u.auth; in ipw_rx_notification()
4627 *)&notif->u.raw; in ipw_rx_notification()
4674 struct notif_authenticate *auth = &notif->u.auth; in ipw_rx_notification()
[all …]