Home
last modified time | relevance | path

Searched refs:FW_PORT_CAP32_MDI_V (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h2573 #define FW_PORT_CAP32_MDI_V(x) ((x) << FW_PORT_CAP32_MDI_S) macro
Dt4_hw.c4126 fw_mdi = (FW_PORT_CAP32_MDI_V(FW_PORT_CAP32_MDI_AUTO) & lc->pcaps); in t4_link_l1cfg_core()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw.c1726 unsigned int fw_mdi = FW_PORT_CAP32_MDI_V(FW_PORT_CAP32_MDI_AUTO); in csio_link_l1cfg()