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

/drivers/uwb/
H A Die-rcv.c37 if (evt->notif.size < sizeof(*iercv)) {
40 evt->notif.size, sizeof(*iercv));
43 iercv = container_of(evt->notif.rceb, struct uwb_rc_evt_ie_rcv, rceb);
H A Duwbd.c187 type = evt->notif.rceb->bEventType;
188 event = le16_to_cpu(evt->notif.rceb->wEvent);
189 context = evt->notif.rceb->bEventContext;
241 kfree(evt->notif.rceb);
345 kfree(evt->notif.rceb);
362 kfree(evt->notif.rceb);
H A Ddrp-avail.c234 if (evt->notif.size < sizeof(*drp_evt)) {
237 "needed]\n", evt->notif.size, sizeof(*drp_evt));
240 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb);
H A Dbeacon.c366 if (evt->notif.size < sizeof(*be) + sizeof(*bf)) {
368 "(%zu vs %zu bytes needed)\n", evt->notif.size,
400 be = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon, rceb);
476 if (evt->notif.size < sizeof(*bs)) {
479 evt->notif.size, sizeof(*bs));
482 bs = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon_size, rceb);
512 if (evt->notif.size < sizeof(*bpsc)) {
516 bpsc = container_of(evt->notif.rceb, struct uwb_rc_evt_bp_slot_change, rceb);
550 if (evt->notif.size < sizeof(*bpoiec)) {
553 evt->notif
[all...]
H A Dneh.c73 * header. This is what the EST code does (notif/Event Size
360 * This function is called by the event/notif handling subsystem when
402 uwb_evt->notif.size = size;
403 uwb_evt->notif.rceb = rceb;
412 struct uwb_rceb *notif; local
416 notif = kmalloc(size, GFP_ATOMIC);
417 if (notif) {
418 memcpy(notif, rceb, size);
419 uwb_rc_notif(rc, notif, size);
456 * For each notif/even
[all...]
H A Ddrp.c776 if (evt->notif.size < sizeof(*drp_evt)) {
779 evt->notif.size, sizeof(*drp_evt));
782 bytes_left = evt->notif.size - sizeof(*drp_evt);
783 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp, rceb);
H A Duwb-internal.h225 struct uwb_event_notif notif; member in union:uwb_event::__anon5747
/drivers/net/wimax/i2400m/
H A Dusb-debug-levels.h36 D_SUBMODULE_DECLARE(notif),
H A DMakefile20 usb-notif.o \
H A Dusb-notif.c63 #define D_SUBMODULE notif
103 else /* Unknown or unexpected data in the notif message */
H A Dusb.c257 * automatically from notif.c:i2400m_notification_grok() into
377 D_SUBMODULE_DEFINE(notif),
410 __debugfs_register("dl_", notif, dentry);
/drivers/net/wireless/iwmc3200wifi/
H A Dmain.c348 struct iwm_notif *notif, *next; local
360 list_for_each_entry_safe(notif, next, &iwm->pending_notif, pending) {
361 list_del(&notif->pending);
362 kfree(notif->buf);
363 kfree(notif);
401 struct iwm_notif *notif; local
403 notif = kzalloc(sizeof(struct iwm_notif), GFP_KERNEL);
404 if (!notif) {
409 INIT_LIST_HEAD(&notif->pending);
410 notif
431 struct iwm_notif *notif; local
447 struct iwm_notif *notif; local
478 struct iwm_notif *notif; local
[all...]
H A Drx.c946 struct iwm_umac_notif_wifi_if *notif = local
949 switch (notif->status) {
985 notif->status);
988 IWM_ERR(iwm, "Unhandled notification: 0x%x\n", notif->status);
/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c269 struct iwl_scanreq_notification *notif = (void *)pkt->data; local
271 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status);
282 struct iwl_scanstart_notification *notif = (void *)pkt->data; local
284 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low);
288 notif->channel,
289 notif->band ? "bg" : "a",
290 le32_to_cpu(notif->tsf_high),
291 le32_to_cpu(notif->tsf_low),
292 notif->status, notif
310 struct iwl_scanresults_notification *notif = (void *)pkt->data; local
[all...]
H A DMakefile17 iwlwifi-objs += iwl-notif-wait.o
/drivers/net/wireless/iwlegacy/
H A Dcommon.c1352 struct il_scanreq_notification *notif = local
1355 D_SCAN("Scan request status = 0x%x\n", notif->status);
1364 struct il_scanstart_notification *notif = local
1366 il->scan_start_tsf = le32_to_cpu(notif->tsf_low);
1368 "(TSF: 0x%08X:%08X) - %d (beacon timer %u)\n", notif->channel,
1369 notif->band ? "bg" : "a", le32_to_cpu(notif->tsf_high),
1370 le32_to_cpu(notif->tsf_low), notif->status, notif
1379 struct il_scanresults_notification *notif = local
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c4493 struct ipw_rx_notification *notif)
4496 u16 size = le16_to_cpu(notif->size);
4498 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
4500 switch (notif->subtype) {
4502 struct notif_association *assoc = &notif->u.assoc;
4544 (IPW_GET_PACKET_STYPE(&notif->u.raw)
4565 &notif->u.raw, &stats);
4580 = &notif->u.auth;
4624 *)&notif->u.raw;
4671 struct notif_authenticate *auth = &notif
4492 ipw_rx_notification(struct ipw_priv *priv, struct ipw_rx_notification *notif) argument
[all...]

Completed in 186 milliseconds