Home
last modified time | relevance | path

Searched refs:__NFP_CCM_REPLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm.c157 if (reply_type != __NFP_CCM_REPLY(type)) { in nfp_ccm_communicate()
159 reply_type, __NFP_CCM_REPLY(type)); in nfp_ccm_communicate()
H A Dccm.h36 #define __NFP_CCM_REPLY(req) (BIT(NFP_CCM_TYPE_REPLY_BIT) | (req)) macro
H A Dccm_mbox.c278 if (hdr.type != __NFP_CCM_REPLY(nfp_ccm_get_type(skb))) { in nfp_ccm_mbox_copy_out()
281 __NFP_CCM_REPLY(nfp_ccm_get_type(skb))); in nfp_ccm_mbox_copy_out()