Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c805 FW_PORT_CAP_SPEED_10G | FW_PORT_CAP_ANEG)
838 if (!(lc->supported & FW_PORT_CAP_ANEG)) { in t4_link_start()
867 c.u.l1cfg.rcap = htonl(FW_PORT_CAP_ANEG); in t4_restart_aneg()
2713 if (lc->supported & FW_PORT_CAP_ANEG) { in init_link_config()
Dcxgb4_main.c1389 if (caps & FW_PORT_CAP_ANEG) in from_fw_linkcaps()
1471 if (!(lc->supported & FW_PORT_CAP_ANEG)) { in set_settings()
1495 lc->advertising = cap | FW_PORT_CAP_ANEG; in set_settings()
1523 else if (lc->supported & FW_PORT_CAP_ANEG) in set_pauseparam()
Dt4fw_api.h1078 FW_PORT_CAP_ANEG = 0x0100, enumerator
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c331 if (word & FW_PORT_CAP_ANEG) in t4vf_port_init()