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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c206 .advertise = tn1010_advertise,
H A Dcxgb_vsc8211.c360 .advertise = t3_phy_advertise,
374 .advertise = t3_phy_advertise_fiber,
H A Dcxgb_mv88e1xxx.c290 .advertise = t3_phy_advertise,
H A Dcxgb_aq100x.c456 .advertise = aq100x_advertise,
H A Dcxgb_common.h564 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
H A Dcxgb_t3_hw.c419 * @advert: bitmap of capabilities the PHY should advertise
421 * Sets a 10/100/1000 PHY's advertisement registers to advertise the
462 * @advert: bitmap of capabilities the PHY should advertise
464 * Sets a fiber PHY's advertisement register to advertise the
1667 * - If the PHY can auto-negotiate first decide what to advertise, then
1686 phy->ops->advertise(phy, lc->advertising);
/freebsd-10.3-release/sys/dev/ixgbe/
H A Dif_ix.c837 * will re-advertise all previous advertised speeds
1989 adapter->advertise = 0;
1992 adapter->advertise |= 1 << 2;
1994 adapter->advertise |= 1 << 1;
1996 adapter->advertise |= 1 << 0;
4742 ** 0x1 - advertise 100 Mb
4743 ** 0x2 - advertise 1G
4744 ** 0x4 - advertise 10G
4749 int error, advertise; local
4753 advertise
4767 ixgbe_set_advertise(struct adapter *adapter, int advertise) argument
[all...]
H A Dixgbe.h499 int advertise; /* link speeds */ member in struct:adapter
656 "\t0x1 - advertise 100M\n" \
657 "\t0x2 - advertise 1G\n" \
658 "\t0x4 - advertise 10G\n\n" \
/freebsd-10.3-release/sys/dev/e1000/
H A Dif_igb.h464 int advertise; /* link speeds */ member in struct:adapter
/freebsd-10.3-release/sys/dev/bce/
H A Dif_bce.c6116 u32 advertise, link; local
6119 advertise = 0;
6126 advertise |= BCE_NETLINK_ANEG_ENB;
6128 advertise |= BCE_NETLINK_SPEED_10HALF;
6130 advertise |= BCE_NETLINK_SPEED_10FULL;
6134 advertise |= BCE_NETLINK_SPEED_100HALF;
6136 advertise |= BCE_NETLINK_SPEED_100FULL;
6140 advertise |= BCE_NETLINK_SPEED_1000HALF;
6142 advertise |= BCE_NETLINK_SPEED_1000FULL;
6146 advertise |
[all...]

Completed in 215 milliseconds