Searched refs:sfc_dp (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_dp.h | 94 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 D | sfc_dp.c | 31 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 D | sfc_dp_rx.h | 219 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 D | sfc_dp_tx.h | 171 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 D | meson.build | 95 'sfc_dp.c',
|