Lines Matching refs:sfc_dp_head
42 static struct sfc_dp_list sfc_dp_head = variable
43 TAILQ_HEAD_INITIALIZER(sfc_dp_head);
2452 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, rx_name); in sfc_eth_dev_set_ops()
2466 dp_rx = sfc_dp_find_rx_by_caps(&sfc_dp_head, avail_caps); in sfc_eth_dev_set_ops()
2495 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, tx_name); in sfc_eth_dev_set_ops()
2509 dp_tx = sfc_dp_find_tx_by_caps(&sfc_dp_head, avail_caps); in sfc_eth_dev_set_ops()
2603 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, sas->dp_rx_name); in sfc_eth_dev_secondary_init()
2618 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2661 if (TAILQ_EMPTY(&sfc_dp_head)) { in sfc_register_dp()
2663 sfc_dp_register(&sfc_dp_head, &sfc_ef100_rx.dp); in sfc_register_dp()
2664 sfc_dp_register(&sfc_dp_head, &sfc_ef10_essb_rx.dp); in sfc_register_dp()
2665 sfc_dp_register(&sfc_dp_head, &sfc_ef10_rx.dp); in sfc_register_dp()
2666 sfc_dp_register(&sfc_dp_head, &sfc_efx_rx.dp); in sfc_register_dp()
2668 sfc_dp_register(&sfc_dp_head, &sfc_ef100_tx.dp); in sfc_register_dp()
2669 sfc_dp_register(&sfc_dp_head, &sfc_ef10_tx.dp); in sfc_register_dp()
2670 sfc_dp_register(&sfc_dp_head, &sfc_efx_tx.dp); in sfc_register_dp()
2671 sfc_dp_register(&sfc_dp_head, &sfc_ef10_simple_tx.dp); in sfc_register_dp()