Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.c330 FW_PORT_CAP_SPEED_10G | FW_PORT_CAP_ANEG)
375 if (!(caps & FW_PORT_CAP_ANEG)) in csio_mb_port()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1220 FW_PORT_CAP_ANEG)
1253 if (!(lc->supported & FW_PORT_CAP_ANEG)) { in t4_link_start()
1282 c.u.l1cfg.rcap = htonl(FW_PORT_CAP_ANEG); in t4_restart_aneg()
3875 if (lc->supported & FW_PORT_CAP_ANEG) { in init_link_config()
Dcxgb4_main.c2454 if (caps & FW_PORT_CAP_ANEG) in from_fw_linkcaps()
2547 if (!(lc->supported & FW_PORT_CAP_ANEG)) { in set_settings()
2573 lc->advertising = cap | FW_PORT_CAP_ANEG; in set_settings()
2601 else if (lc->supported & FW_PORT_CAP_ANEG) in set_pauseparam()
Dt4fw_api.h1579 FW_PORT_CAP_ANEG = 0x0100, enumerator
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c332 if (word & FW_PORT_CAP_ANEG) in t4vf_port_init()