Home
last modified time | relevance | path

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

/linux/net/mac802154/
H A Dscan.c646 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_disassociation_notif() local
691 "No DISASSOC ACK received from %8phC\n", &teaddr); in mac802154_send_disassociation_notif()
697 dev_dbg(&sdata->dev->dev, "DISASSOC ACK received from %8phC\n", &teaddr); in mac802154_send_disassociation_notif()
706 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_association_resp_locked() local
746 "No ASSOC RESP ACK received from %8phC\n", &teaddr); in mac802154_send_association_resp_locked()
871 u64 teaddr; in mac802154_process_disassociation_notif() local
891 teaddr = swab64((__force u64)target.extended_addr); in mac802154_process_disassociation_notif()
892 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()