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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c1304 u8 cable_tech = 0; local
1345 &cable_tech);
1367 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1376 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE) {
1383 } else if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE) {
1476 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1481 if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE)
1493 if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)
1496 else if (cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE)
1506 if (cable_tech
[all...]

Completed in 103 milliseconds