Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_xgmac.c151 if (is_10G(adap) || mac->multiport) in t3_mac_reset()
199 if (is_10G(adap)) in t3b2_mac_reset()
404 if (is_10G(adap)) in t3_mac_set_mtu()
526 if (is_10G(adap)) in t3_mac_disable()
Dcxgb_t3_hw.c3610 is_10G(adapter) ? 0x2901c04 : 0x2301c04); in mac_prep()
3627 u32 val = V_PORTSPEED(is_10G(adapter) || adapter->params.nports > 2 ? in early_hw_init()
3711 adapter->params.stats_update_period = is_10G(adapter) ? in t3_prep_adapter()
3739 p->tx_pg_size = is_10G(adapter) ? 64 * 1024 : 16 * 1024; in t3_prep_adapter()
Dcxgb_common.h602 static __inline int is_10G(const adapter_t *adap) in is_10G() function