Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c490 if (caps & FW_PORT_CAP_SPEED_100M) in from_fw_linkcaps()
537 v |= FW_PORT_CAP_SPEED_100M; in to_fw_linkcaps()
602 return FW_PORT_CAP_SPEED_100M; in speed_to_caps()
Dt4_hw.c3560 #define ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
6884 if (stat & FW_PORT_CMD_LSPEED_V(FW_PORT_CAP_SPEED_100M)) in t4_handle_fw_rpl()
Dt4fw_api.h2243 FW_PORT_CAP_SPEED_100M = 0x0001, enumerator
Dcxgb4_main.c4556 if (pi->link_cfg.supported & FW_PORT_CAP_SPEED_100M) in print_port_info()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c249 #define ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
1515 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.4.14/drivers/scsi/csiostor/
Dcsio_mb.c329 #define CSIO_ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\