Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dfw.h99 #define __CMSG_REPLY(req) (BIT(CMSG_TYPE_MAP_REPLY_BIT) | (req)) macro
Dcmsg.c228 if (hdr->type != __CMSG_REPLY(type)) { in nfp_bpf_cmsg_communicate()
230 hdr->type, __CMSG_REPLY(type)); in nfp_bpf_cmsg_communicate()