Home
last modified time | relevance | path

Searched refs:nfp_ccm_hdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/crypto/
Dfw.h13 struct nfp_ccm_hdr hdr;
18 struct nfp_ccm_hdr hdr;
27 struct nfp_ccm_hdr hdr;
64 struct nfp_ccm_hdr hdr;
70 struct nfp_ccm_hdr hdr;
76 struct nfp_ccm_hdr hdr;
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dfw.h74 struct nfp_ccm_hdr hdr;
79 struct nfp_ccm_hdr hdr;
93 struct nfp_ccm_hdr hdr;
103 struct nfp_ccm_hdr hdr;
118 struct nfp_ccm_hdr hdr;
Dcmsg.c465 const struct nfp_ccm_hdr *hdr = data; in nfp_bpf_ctrl_msg_rx_raw()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dccm.h37 struct nfp_ccm_hdr { struct
50 struct nfp_ccm_hdr *hdr; in nfp_ccm_get_type() argument
52 hdr = (struct nfp_ccm_hdr *)skb->data; in nfp_ccm_get_type()
59 struct nfp_ccm_hdr *hdr; in __nfp_ccm_get_tag()
61 hdr = (struct nfp_ccm_hdr *)skb->data; in __nfp_ccm_get_tag()
Dccm.c132 struct nfp_ccm_hdr *hdr; in nfp_ccm_communicate()
180 if (unlikely(skb->len < sizeof(struct nfp_ccm_hdr))) { in nfp_ccm_rx()
Dccm_mbox.c226 struct nfp_ccm_hdr hdr; in nfp_ccm_mbox_copy_out()
520 struct nfp_ccm_hdr *hdr; in nfp_ccm_mbox_msg_enqueue()