Searched refs:nfp_ccm (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | ccm.c | 14 static bool nfp_ccm_all_tags_busy(struct nfp_ccm *ccm) in nfp_ccm_all_tags_busy() 23 static int nfp_ccm_alloc_tag(struct nfp_ccm *ccm) in nfp_ccm_alloc_tag() 38 static void nfp_ccm_free_tag(struct nfp_ccm *ccm, u16 tag) in nfp_ccm_free_tag() 47 static struct sk_buff *__nfp_ccm_reply(struct nfp_ccm *ccm, u16 tag) in __nfp_ccm_reply() 65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply() 77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply_drop_tag() 91 nfp_ccm_wait_reply(struct nfp_ccm *ccm, struct nfp_app *app, in nfp_ccm_wait_reply() 128 nfp_ccm_communicate(struct nfp_ccm *ccm, struct sk_buff *skb, in nfp_ccm_communicate() 175 void nfp_ccm_rx(struct nfp_ccm *ccm, struct sk_buff *skb) in nfp_ccm_rx() 206 int nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app) in nfp_ccm_init() [all …]
|
D | ccm.h | 96 struct nfp_ccm { struct 107 int nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app); argument 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,
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 132 struct nfp_ccm ccm;
|