Lines Matching refs:key_index
374 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
376 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr),
381 __field(u8, key_index)
388 __entry->key_index = key_index;
392 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
397 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
399 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
403 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
405 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
409 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
411 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
415 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
417 TP_ARGS(wiphy, netdev, key_index, unicast, multicast),
421 __field(u8, key_index)
428 __entry->key_index = key_index;
433 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
439 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index),
440 TP_ARGS(wiphy, netdev, key_index),
444 __field(u8, key_index)
449 __entry->key_index = key_index;
452 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index)