Searched refs:dpaa2_eth_cmp_dpni_ver (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 597 static inline int dpaa2_eth_cmp_dpni_ver(struct dpaa2_eth_priv *priv, in dpaa2_eth_cmp_dpni_ver() function 612 (dpaa2_eth_cmp_dpni_ver((priv), DPNI_RX_DIST_KEY_VER_MAJOR, \ 651 (dpaa2_eth_cmp_dpni_ver((priv), DPNI_PAUSE_VER_MAJOR, \
|
H A D | dpaa2-eth.c | 1814 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_TX_PENDING_VER_MAJOR, in dpaa2_eth_wait_for_egress_fq_empty() 3028 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_ENQUEUE_FQID_VER_MAJOR, in dpaa2_eth_set_enqueue_mode() 3072 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_ENQUEUE_FQID_VER_MAJOR, in dpaa2_eth_update_tx_fqids() 3240 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_VER_MAJOR, DPNI_VER_MINOR) < 0) { in dpaa2_eth_setup_dpni()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 666 static inline int dpaa2_eth_cmp_dpni_ver(struct dpaa2_eth_priv *priv, in dpaa2_eth_cmp_dpni_ver() function 681 (dpaa2_eth_cmp_dpni_ver((priv), DPNI_RX_DIST_KEY_VER_MAJOR, \ 727 (dpaa2_eth_cmp_dpni_ver((priv), DPNI_PAUSE_VER_MAJOR, \
|
H A D | dpaa2-eth.c | 42 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_PTP_ONESTEP_VER_MAJOR, in dpaa2_eth_detect_features() 2268 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_TX_PENDING_VER_MAJOR, in dpaa2_eth_wait_for_egress_fq_empty() 3600 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_ENQUEUE_FQID_VER_MAJOR, in dpaa2_eth_set_enqueue_mode() 3644 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_ENQUEUE_FQID_VER_MAJOR, in dpaa2_eth_update_tx_fqids() 3812 if (dpaa2_eth_cmp_dpni_ver(priv, DPNI_VER_MAJOR, DPNI_VER_MINOR) < 0) { in dpaa2_eth_setup_dpni()
|
Completed in 14 milliseconds