Home
last modified time | relevance | path

Searched refs:AL_ETH_REV_ID_2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c902 if (adapter->rev_id > AL_ETH_REV_ID_2) { in al_eth_rx_pkt_limit_config()
969 if (adapter->rev_id > AL_ETH_REV_ID_2) { in al_eth_mac_config()
1066 if (adapter->rev_id > AL_ETH_REV_ID_2) { in al_eth_mac_config()
1116 if (adapter->rev_id > AL_ETH_REV_ID_2) { in al_eth_mac_config()
1173 if (adapter->rev_id > AL_ETH_REV_ID_2) { in al_eth_mac_config()
1589 al_assert(adapter->rev_id > AL_ETH_REV_ID_2); in al_eth_gearbox_reset()
1614 if (adapter->rev_id <= AL_ETH_REV_ID_2) in al_eth_fec_enable()
1634 if (adapter->rev_id <= AL_ETH_REV_ID_2) in al_eth_fec_stats_get()
2398 al_assert((pkt->ext_meta_data == NULL) || (tx_dma_q->adapter_rev_id > AL_ETH_REV_ID_2)); in al_eth_tx_pkt_prepare()
5581 al_assert((adapter->rev_id > AL_ETH_REV_ID_2)); in al_eth_tx_protocol_detect_table_init()
[all …]
H A Dal_hal_eth_kr.c879 if (adapter->rev_id > AL_ETH_REV_ID_2) in al_eth_kr_an_init()
H A Dal_hal_eth.h83 #define AL_ETH_REV_ID_2 2 /* Alpine V2 basic */ macro