Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2712 #define FW_PORT_CAP32_MDI_V(x) ((x) << FW_PORT_CAP32_MDI_S) macro
H A Dt4_hw.c4114 fw_mdi = (FW_PORT_CAP32_MDI_V(FW_PORT_CAP32_MDI_AUTO) & lc->pcaps); in t4_link_acaps()
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c1726 unsigned int fw_mdi = FW_PORT_CAP32_MDI_V(FW_PORT_CAP32_MDI_AUTO); in csio_link_l1cfg()