Home
last modified time | relevance | path

Searched refs:sfc_dp (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp.h83 struct sfc_dp { struct
84 TAILQ_ENTRY(sfc_dp) links;
97 TAILQ_HEAD(sfc_dp_list, sfc_dp); argument
101 sfc_dp_match_hw_fw_caps(const struct sfc_dp *dp, unsigned int avail_caps) in sfc_dp_match_hw_fw_caps()
106 struct sfc_dp *sfc_dp_find_by_name(struct sfc_dp_list *head,
108 struct sfc_dp *sfc_dp_find_by_caps(struct sfc_dp_list *head,
111 int sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry);
H A Dsfc_dp.c28 struct sfc_dp *
32 struct sfc_dp *entry; in sfc_dp_find_by_name()
45 struct sfc_dp *
49 struct sfc_dp *entry; in sfc_dp_find_by_caps()
64 sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry) in sfc_dp_register()
H A Dsfc_dp_rx.h209 struct sfc_dp dp;
247 struct sfc_dp *p = sfc_dp_find_by_name(head, SFC_DP_RX, name); in sfc_dp_find_rx_by_name()
255 struct sfc_dp *p = sfc_dp_find_by_caps(head, SFC_DP_RX, avail_caps); in sfc_dp_find_rx_by_caps()
H A Dsfc_dp_tx.h167 struct sfc_dp dp;
197 struct sfc_dp *p = sfc_dp_find_by_name(head, SFC_DP_TX, name); in sfc_dp_find_tx_by_name()
205 struct sfc_dp *p = sfc_dp_find_by_caps(head, SFC_DP_TX, avail_caps); in sfc_dp_find_tx_by_caps()
H A Dmeson.build53 'sfc_dp.c',