Home
last modified time | relevance | path

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

/linux/net/mac802154/
H A Dscan.c535 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_perform_association() local
590 "No ASSOC REQ ACK received from %8phC\n", &ceaddr); in mac802154_perform_association()
597 "No ASSOC RESP received from %8phC\n", &ceaddr); in mac802154_perform_association()
609 "Negative ASSOC RESP received from %8phC: %s\n", &ceaddr, in mac802154_perform_association()
783 u64 ceaddr; in mac802154_process_association_req() local
825 ceaddr = swab64((__force u64)child->extended_addr); in mac802154_process_association_req()
834 "Refusing ASSOC REQ from child %8phC, %s\n", &ceaddr, in mac802154_process_association_req()
848 &ceaddr, le16_to_cpu(child->short_addr)); in mac802154_process_association_req()
858 "Successful association with new child %8phC\n", &ceaddr); in mac802154_process_association_req()
868 "Child %8phC was already known\n", &ceaddr); in mac802154_process_association_req()
H A Dcfg.c323 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_associate() local
335 "Device %8phC is already associated\n", &ceaddr); in mac802154_associate()