Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 8 of 8) sorted by relevance

/net/tipc/
Dsubscr.c99 msg_sect.iov_base = (void *)&sub->evt; in subscr_send_event()
102 sub->evt.event = htohl(event, sub->swap); in subscr_send_event()
103 sub->evt.found_lower = htohl(found_lower, sub->swap); in subscr_send_event()
104 sub->evt.found_upper = htohl(found_upper, sub->swap); in subscr_send_event()
105 sub->evt.port.ref = htohl(port_ref, sub->swap); in subscr_send_event()
106 sub->evt.port.node = htohl(node, sub->swap); in subscr_send_event()
178 subscr_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper, in subscr_timeout()
266 if (!memcmp(s, &sub->evt.s, sizeof(struct tipc_subscr))) { in subscr_cancel()
340 memcpy(&sub->evt.s, s, sizeof(struct tipc_subscr)); in subscr_subscribe()
Deth_media.c64 static int recv_notification(struct notifier_block *nb, unsigned long evt,
253 static int recv_notification(struct notifier_block *nb, unsigned long evt, in recv_notification() argument
272 switch (evt) { in recv_notification()
Dsubscr.h63 struct tipc_event evt; member
Dib_media.c246 static int recv_notification(struct notifier_block *nb, unsigned long evt, in recv_notification() argument
265 switch (evt) { in recv_notification()
/net/bluetooth/
Dhci_sock.c102 int evt = (*(__u8 *)skb->data & HCI_FLT_EVENT_BITS); in hci_send_to_sock() local
104 if (!hci_test_bit(evt, &flt->event_mask)) in hci_send_to_sock()
108 ((evt == HCI_EV_CMD_COMPLETE && in hci_send_to_sock()
111 (evt == HCI_EV_CMD_STATUS && in hci_send_to_sock()
352 hdr->evt = HCI_EV_STACK_INTERNAL; in hci_si_event()
Dhci_core.c108 if (hdr->evt != event) in hci_get_cmd_complete()
113 if (hdr->evt != HCI_EV_CMD_COMPLETE) { in hci_get_cmd_complete()
114 BT_DBG("Last event is not cmd complete (0x%2.2x)", hdr->evt); in hci_get_cmd_complete()
Dhci_event.c3688 __u8 event = hdr->evt; in hci_event_packet()
/net/wireless/
Dtrace.h2157 TP_PROTO(struct net_device *netdev, enum nl80211_radar_event evt),
2158 TP_ARGS(netdev, evt),
2161 __field(enum nl80211_radar_event, evt)
2165 __entry->evt = evt;
2168 NETDEV_PR_ARG, __entry->evt)