Searched refs:p_hdr (Results 1 – 2 of 2) sorted by relevance
79 nrfs_hdr_t *p_hdr = (nrfs_hdr_t *)p_notification; in nrfs_dispatcher_notify() local81 if (NRFS_HDR_UNSOLICITED_GET(p_hdr)) { in nrfs_dispatcher_notify()86 uint8_t srv_id = NRFS_SERVICE_ID_GET(p_hdr->req); in nrfs_dispatcher_notify()
34 #define NRFS_HDR_FILL(p_hdr, _req) ((p_hdr)->req = (uint16_t)(_req)) argument