/drivers/net/wireless/iwlwifi/mvm/ |
D | bt-coex.c | 263 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 …]
|
D | time-event.c | 150 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 …]
|
D | scan.c | 378 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()
|
D | debugfs.c | 373 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/ |
D | scan.c | 262 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/ |
D | beacon.c | 366 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 …]
|
D | uwbd.c | 187 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()
|
D | ie-rcv.c | 37 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()
|
D | neh.c | 402 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()
|
D | drp-avail.c | 234 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()
|
D | drp.c | 776 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()
|
D | uwb-internal.h | 225 struct uwb_event_notif notif; member
|
/drivers/net/wimax/i2400m/ |
D | usb-debug-levels.h | 36 D_SUBMODULE_DECLARE(notif),
|
D | Makefile | 19 usb-notif.o \
|
D | usb-notif.c | 63 #define D_SUBMODULE notif
|
D | usb.c | 377 D_SUBMODULE_DEFINE(notif), 410 __debugfs_register("dl_", notif, dentry); in i2400mu_debugfs_add()
|
/drivers/net/wireless/iwlwifi/ |
D | Makefile | 6 iwlwifi-objs += iwl-notif-wait.o
|
/drivers/staging/csr/ |
D | inet.c | 33 static int uf_inetaddr_event(struct notifier_block *notif, unsigned long event, void *ifa) in uf_inetaddr_event() argument
|
D | netdev.c | 2893 uf_netdev_event(struct notifier_block *notif, unsigned long event, void* ptr) { in uf_netdev_event() argument
|
/drivers/net/wireless/iwlegacy/ |
D | common.c | 1353 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/ |
D | ipw2200.c | 4496 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 = ¬if->u.assoc; in ipw_rx_notification() 4547 (IPW_GET_PACKET_STYPE(¬if->u.raw) in ipw_rx_notification() 4568 ¬if->u.raw, &stats); in ipw_rx_notification() 4583 = ¬if->u.auth; in ipw_rx_notification() 4627 *)¬if->u.raw; in ipw_rx_notification() 4674 struct notif_authenticate *auth = ¬if->u.auth; in ipw_rx_notification() [all …]
|