Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c780 u8 comp_codes_10g = 0; in txgbe_identify_sfp_module() local
814 &comp_codes_10g); in txgbe_identify_sfp_module()
856 } else if (comp_codes_10g & in txgbe_identify_sfp_module()
884 (comp_codes_10g & TXGBE_SFF_10GBASESR_CAPABLE)) || in txgbe_identify_sfp_module()
886 (comp_codes_10g & TXGBE_SFF_10GBASELR_CAPABLE))) in txgbe_identify_sfp_module()
945 if (comp_codes_10g == 0 && in txgbe_identify_sfp_module()
986 u8 comp_codes_10g = 0; in txgbe_identify_qsfp_module() local
1018 &comp_codes_10g); in txgbe_identify_qsfp_module()
1029 if (comp_codes_10g & TXGBE_SFF_QSFP_DA_PASSIVE_CABLE) { in txgbe_identify_qsfp_module()
1035 } else if (comp_codes_10g & (TXGBE_SFF_10GBASESR_CAPABLE | in txgbe_identify_qsfp_module()
[all …]