Home
last modified time | relevance | path

Searched refs:FW_PORT_CAP_SPEED_100M (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c280 if (caps & FW_PORT_CAP_SPEED_100M) in from_fw_linkcaps()
327 v |= FW_PORT_CAP_SPEED_100M; in to_fw_linkcaps()
392 return FW_PORT_CAP_SPEED_100M; in speed_to_caps()
Dt4_hw.c2080 #define ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
4920 if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_100M)) in t4_handle_fw_rpl()
Dt4fw_api.h2188 FW_PORT_CAP_SPEED_100M = 0x0001, enumerator
Dcxgb4_main.c4372 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_100M) in print_port_info()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c249 #define ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
1518 if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_100M)) in t4vf_handle_fw_rpl()
Dcxgb4vf_main.c1237 if (caps & FW_PORT_CAP_SPEED_100M) in t4vf_from_fw_linkcaps()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_mb.c329 #define CSIO_ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\