Lines Matching refs:sfc_dp_head
34 static struct sfc_dp_list sfc_dp_head = variable
35 TAILQ_HEAD_INITIALIZER(sfc_dp_head);
1924 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, rx_name); in sfc_eth_dev_set_ops()
1938 dp_rx = sfc_dp_find_rx_by_caps(&sfc_dp_head, avail_caps); in sfc_eth_dev_set_ops()
1961 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, tx_name); in sfc_eth_dev_set_ops()
1975 dp_tx = sfc_dp_find_tx_by_caps(&sfc_dp_head, avail_caps); in sfc_eth_dev_set_ops()
2070 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, sas->dp_rx_name); in sfc_eth_dev_secondary_init()
2085 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2129 if (TAILQ_EMPTY(&sfc_dp_head)) { in sfc_register_dp()
2131 sfc_dp_register(&sfc_dp_head, &sfc_ef100_rx.dp); in sfc_register_dp()
2132 sfc_dp_register(&sfc_dp_head, &sfc_ef10_essb_rx.dp); in sfc_register_dp()
2133 sfc_dp_register(&sfc_dp_head, &sfc_ef10_rx.dp); in sfc_register_dp()
2134 sfc_dp_register(&sfc_dp_head, &sfc_efx_rx.dp); in sfc_register_dp()
2136 sfc_dp_register(&sfc_dp_head, &sfc_ef100_tx.dp); in sfc_register_dp()
2137 sfc_dp_register(&sfc_dp_head, &sfc_ef10_tx.dp); in sfc_register_dp()
2138 sfc_dp_register(&sfc_dp_head, &sfc_efx_tx.dp); in sfc_register_dp()
2139 sfc_dp_register(&sfc_dp_head, &sfc_ef10_simple_tx.dp); in sfc_register_dp()