Searched refs:nfp_ccm (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.h86 * struct nfp_ccm - common control message handling
96 struct nfp_ccm { struct
107 int nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app);
108 void nfp_ccm_clean(struct nfp_ccm *ccm);
109 void nfp_ccm_rx(struct nfp_ccm *ccm, struct sk_buff *skb);
111 nfp_ccm_communicate(struct nfp_ccm *ccm, struct sk_buff *skb,
H A Dccm.c14 static bool nfp_ccm_all_tags_busy(struct nfp_ccm *ccm)
23 static int nfp_ccm_alloc_tag(struct nfp_ccm *ccm)
38 static void nfp_ccm_free_tag(struct nfp_ccm *ccm, u16 tag)
47 static struct sk_buff *__nfp_ccm_reply(struct nfp_ccm *ccm, u16 tag)
65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag)
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag)
91 nfp_ccm_wait_reply(struct nfp_ccm *ccm, struct nfp_app *app,
128 nfp_ccm_communicate(struct nfp_ccm *ccm, struct sk_buff *skb,
175 void nfp_ccm_rx(struct nfp_ccm *ccm, struct sk_buff *skb)
206 int nfp_ccm_init(struct nfp_ccm *cc
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h132 struct nfp_ccm ccm;

Completed in 140 milliseconds