Lines Matching refs:notif
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()
4764 ¬if->u.channel_result; in ipw_rx_notification()
4778 struct notif_scan_complete *x = ¬if->u.scan_complete; in ipw_rx_notification()
4851 struct notif_frag_length *x = ¬if->u.frag_len; in ipw_rx_notification()
4865 ¬if->u.link_deterioration; in ipw_rx_notification()
4892 struct notif_beacon_state *x = ¬if->u.beacon_state; in ipw_rx_notification()
4910 struct notif_tgi_tx_key *x = ¬if->u.tgi_tx_key; in ipw_rx_notification()
4926 struct notif_calibration *x = ¬if->u.calibration; in ipw_rx_notification()
4944 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff), in ipw_rx_notification()
4958 notif->subtype, notif->flags, size); in ipw_rx_notification()