Searched refs:MC_CMD_PHY_CAP_AN_LBN (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi_port.c224 if (cap & (1 << MC_CMD_PHY_CAP_AN_LBN))
255 result |= (1 << MC_CMD_PHY_CAP_AN_LBN);
373 if (caps & (1 << MC_CMD_PHY_CAP_AN_LBN))
424 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN))
456 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN))
542 1 << MC_CMD_PHY_CAP_AN_LBN);
H A Dmcdi_pcol.h2096 #define MC_CMD_PHY_CAP_AN_LBN 10 macro

Completed in 71 milliseconds