Searched refs:ceaddr (Results 1 – 2 of 2) sorted by relevance
/linux/net/mac802154/ |
H A D | scan.c | 520 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_perform_association() local 575 "No ASSOC REQ ACK received from %8phC\n", &ceaddr); in mac802154_perform_association() 582 "No ASSOC RESP received from %8phC\n", &ceaddr); in mac802154_perform_association() 594 "Negative ASSOC RESP received from %8phC: %s\n", &ceaddr, in mac802154_perform_association() 767 u64 ceaddr; in mac802154_process_association_req() local 809 ceaddr = swab64((__force u64)child->extended_addr); in mac802154_process_association_req() 818 "Refusing ASSOC REQ from child %8phC, %s\n", &ceaddr, in mac802154_process_association_req() 832 &ceaddr, le16_to_cpu(child->short_addr)); in mac802154_process_association_req() 842 "Successful association with new child %8phC\n", &ceaddr); in mac802154_process_association_req() 852 "Child %8phC was already known\n", &ceaddr); in mac802154_process_association_req()
|
H A D | cfg.c | 323 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_associate() local 335 "Device %8phC is already associated\n", &ceaddr); in mac802154_associate()
|