Home
last modified time | relevance | path

Searched refs:teaddr (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac802154/
H A Dscan.c664 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_disassociation_notif() local
709 "No DISASSOC ACK received from %8phC\n", &teaddr); in mac802154_send_disassociation_notif()
715 dev_dbg(&sdata->dev->dev, "DISASSOC ACK received from %8phC\n", &teaddr); in mac802154_send_disassociation_notif()
724 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_association_resp_locked() local
764 "No ASSOC RESP ACK received from %8phC\n", &teaddr); in mac802154_send_association_resp_locked()
889 u64 teaddr; in mac802154_process_disassociation_notif() local
909 teaddr = swab64((__force u64)target.extended_addr); in mac802154_process_disassociation_notif()
910 dev_dbg(&skb->dev->dev, "Processing DISASSOC NOTIF from %8phC\n", &teaddr); in mac802154_process_disassociation_notif()
H A Dcfg.c472 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_disassociate() local
486 "Device %8phC is not associated with us\n", &teaddr); in mac802154_disassociate()