Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_dp.h94 struct sfc_dp { struct
95 TAILQ_ENTRY(sfc_dp) links;
108 TAILQ_HEAD(sfc_dp_list, sfc_dp); argument
118 sfc_dp_match_hw_fw_caps(const struct sfc_dp *dp, unsigned int avail_caps) in sfc_dp_match_hw_fw_caps()
123 struct sfc_dp *sfc_dp_find_by_name(struct sfc_dp_list *head,
125 struct sfc_dp *sfc_dp_find_by_caps(struct sfc_dp_list *head,
128 int sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry);
H A Dsfc_dp.c31 struct sfc_dp *
35 struct sfc_dp *entry; in sfc_dp_find_by_name()
48 struct sfc_dp *
52 struct sfc_dp *entry; in sfc_dp_find_by_caps()
67 sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry) in sfc_dp_register()
H A Dsfc_dp_rx.h219 struct sfc_dp dp;
259 struct sfc_dp *p = sfc_dp_find_by_name(head, SFC_DP_RX, name); in sfc_dp_find_rx_by_name()
267 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.h171 struct sfc_dp dp;
202 struct sfc_dp *p = sfc_dp_find_by_name(head, SFC_DP_TX, name); in sfc_dp_find_tx_by_name()
210 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.build95 'sfc_dp.c',