Searched refs:is_10G (Results 1 – 5 of 5) sorted by relevance
133 if (is_10G(adap)) in t3_mac_reset()193 if (is_10G(adap)) in t3b2_mac_reset()409 if (is_10G(adap)) in t3_mac_set_mtu()521 if (is_10G(adap)) in t3_mac_disable()
622 static inline int is_10G(const struct adapter *adap) in is_10G() function
3489 is_10G(adapter) ? 0x2901c04 : 0x2301c04); in mac_prep()3498 u32 val = V_PORTSPEED(is_10G(adapter) ? 3 : 2); in early_hw_init()3612 adapter->params.stats_update_period = is_10G(adapter) ? in t3_prep_adapter()3641 p->tx_pg_size = is_10G(adapter) ? 64 * 1024 : 16 * 1024; in t3_prep_adapter()
290 if (is_10G(adapter)) in t3_os_link_changed()2541 if (is_10G(adapter) && in cxgb_ioctl()
312 #define is_10G(adapter) (board_info(adapter)->caps & SUPPORTED_10000baseT_Full) macro