Searched refs:cable_tech (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.c1000 u8 cable_tech = 0; local
1041 &cable_tech);
1063 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1072 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE) {
1079 } else if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE) {
1165 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1170 if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE)
1182 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1185 else if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE)
1195 if (cable_tech
[all...]

Completed in 94 milliseconds