Lines Matching refs:notif
4497 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()
4546 (IPW_GET_PACKET_STYPE(¬if->u.raw) in ipw_rx_notification()
4567 ¬if->u.raw, &stats); in ipw_rx_notification()
4582 = ¬if->u.auth; in ipw_rx_notification()
4620 *)¬if->u.raw; in ipw_rx_notification()
4666 struct notif_authenticate *auth = ¬if->u.auth; in ipw_rx_notification()
4754 ¬if->u.channel_result; in ipw_rx_notification()
4768 struct notif_scan_complete *x = ¬if->u.scan_complete; in ipw_rx_notification()
4841 struct notif_frag_length *x = ¬if->u.frag_len; in ipw_rx_notification()
4855 ¬if->u.link_deterioration; in ipw_rx_notification()
4882 struct notif_beacon_state *x = ¬if->u.beacon_state; in ipw_rx_notification()
4900 struct notif_tgi_tx_key *x = ¬if->u.tgi_tx_key; in ipw_rx_notification()
4916 struct notif_calibration *x = ¬if->u.calibration; in ipw_rx_notification()
4934 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff), in ipw_rx_notification()
4948 notif->subtype, notif->flags, size); in ipw_rx_notification()