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

/net/tipc/
H A Dsubscr.h52 * @evt: template for events generated by subscription
63 struct tipc_event evt; member in struct:tipc_subscription
H A Dsubscr.c99 msg_sect.iov_base = (void *)&sub->evt;
102 sub->evt.event = htohl(event, sub->swap);
103 sub->evt.found_lower = htohl(found_lower, sub->swap);
104 sub->evt.found_upper = htohl(found_upper, sub->swap);
105 sub->evt.port.ref = htohl(port_ref, sub->swap);
106 sub->evt.port.node = htohl(node, sub->swap);
178 subscr_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper,
266 if (!memcmp(s, &sub->evt.s, sizeof(struct tipc_subscr))) {
340 memcpy(&sub->evt
[all...]
H A 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, argument
272 switch (evt) {
H A Dib_media.c246 static int recv_notification(struct notifier_block *nb, unsigned long evt, argument
265 switch (evt) {
/net/bluetooth/
H A Dhci_sock.c102 int evt = (*(__u8 *)skb->data & HCI_FLT_EVENT_BITS); local
104 if (!hci_test_bit(evt, &flt->event_mask))
108 ((evt == HCI_EV_CMD_COMPLETE &&
111 (evt == HCI_EV_CMD_STATUS &&
352 hdr->evt = HCI_EV_STACK_INTERNAL;
H A Dhci_core.c108 if (hdr->evt != event)
113 if (hdr->evt != HCI_EV_CMD_COMPLETE) {
114 BT_DBG("Last event is not cmd complete (0x%2.2x)", hdr->evt);
H A Dhci_event.c3688 __u8 event = hdr->evt;
/net/wireless/
H A 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)

Completed in 133 milliseconds