Symbol: lpa
drivers/net/dsa/mv88e6xxx/pcs-6352.c
165
int oldpage, bmsr, lpa, status;
drivers/net/dsa/mv88e6xxx/pcs-6352.c
175
lpa = __mdiodev_read(&mpcs->mdio, MII_LPA);
drivers/net/dsa/mv88e6xxx/pcs-6352.c
180
bmsr >= 0 && lpa >= 0 && status >= 0)
drivers/net/dsa/mv88e6xxx/pcs-6352.c
181
mv88e6xxx_pcs_decode_state(mpcs->mdio.dev.parent, bmsr, lpa,
drivers/net/dsa/mv88e6xxx/pcs-639x.c
265
u16 bmsr, lpa, status;
drivers/net/dsa/mv88e6xxx/pcs-639x.c
277
err = mv88e639x_read(mpcs, MV88E6390_SGMII_LPA, &lpa);
drivers/net/dsa/mv88e6xxx/pcs-639x.c
295
mv88e6xxx_pcs_decode_state(mpcs->mdio.dev.parent, bmsr, lpa, status,
drivers/net/dsa/mv88e6xxx/serdes.c
34
int mv88e6xxx_pcs_decode_state(struct device *dev, u16 bmsr, u16 lpa,
drivers/net/dsa/mv88e6xxx/serdes.c
96
mii_lpa_mod_linkmode_x(state->lp_advertising, lpa,
drivers/net/dsa/mv88e6xxx/serdes.c
99
mii_lpa_mod_linkmode_x(state->lp_advertising, lpa,
drivers/net/dsa/mv88e6xxx/serdes.h
114
int mv88e6xxx_pcs_decode_state(struct device *dev, u16 bmsr, u16 lpa,
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2008
int val, j, up, advertise, lpa, speed, duplex, media;
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2048
lpa = bcmenet_sw_mdio_read(priv, external_phy, port->phy_id,
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2052
media = mii_nway_result(lpa & advertise);
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2064
lpa = bcmenet_sw_mdio_read(priv, external_phy,
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2068
&& lpa & (LPA_1000FULL | LPA_1000HALF)) {
drivers/net/ethernet/broadcom/bcm63xx_enet.c
2070
duplex = (lpa & LPA_1000FULL);
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
133
unsigned int bmcr, status, lpa, adv;
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
179
&lpa);
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
186
if (lpa & adv & ADVERTISE_PAUSE_CAP)
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
188
else if ((lpa & ADVERTISE_PAUSE_CAP) &&
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
189
(lpa & ADVERTISE_PAUSE_ASYM) &&
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
192
else if ((lpa & ADVERTISE_PAUSE_ASYM) &&
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
209
unsigned int bmcr, status, lpa, adv;
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
239
err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_LPA, &lpa);
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
246
if (adv & lpa & ADVERTISE_1000XFULL) {
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
249
} else if (adv & lpa & ADVERTISE_1000XHALF) {
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
255
if (lpa & adv & ADVERTISE_1000XPAUSE)
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
257
else if ((lpa & ADVERTISE_1000XPAUSE) &&
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
258
(adv & lpa & ADVERTISE_1000XPSE_ASYM))
drivers/net/ethernet/chelsio/cxgb3/vsc8211.c
260
else if ((lpa & ADVERTISE_1000XPSE_ASYM) &&
drivers/net/ethernet/davicom/dm9000.c
750
int lpa;
drivers/net/ethernet/davicom/dm9000.c
756
lpa = mii->mdio_read(mii->dev, mii->phy_id, MII_LPA);
drivers/net/ethernet/davicom/dm9000.c
760
(ncr & NCR_FDX) ? "full" : "half", lpa);
drivers/net/ethernet/dec/tulip/media.c
400
unsigned int bmsr, lpa, negotiated, new_csr6;
drivers/net/ethernet/dec/tulip/media.c
403
lpa = tulip_mdio_read(dev, tp->phys[0], MII_LPA);
drivers/net/ethernet/dec/tulip/media.c
406
bmsr, lpa);
drivers/net/ethernet/dec/tulip/media.c
419
negotiated = lpa & tp->advertising[0];
drivers/net/ethernet/dec/tulip/media.c
437
tp->phys[0], lpa);
drivers/net/ethernet/ibm/emac/phy.c
224
int lpa = phy_read(phy, MII_LPA) & phy_read(phy, MII_ADVERTISE);
drivers/net/ethernet/ibm/emac/phy.c
225
if (lpa < 0)
drivers/net/ethernet/ibm/emac/phy.c
226
return lpa;
drivers/net/ethernet/ibm/emac/phy.c
247
} else if (lpa & (LPA_100FULL | LPA_100HALF)) {
drivers/net/ethernet/ibm/emac/phy.c
249
if (lpa & LPA_100FULL)
drivers/net/ethernet/ibm/emac/phy.c
251
} else if (lpa & LPA_10FULL)
drivers/net/ethernet/ibm/emac/phy.c
255
phy->pause = lpa & LPA_PAUSE_CAP ? 1 : 0;
drivers/net/ethernet/ibm/emac/phy.c
256
phy->asym_pause = lpa & LPA_PAUSE_ASYM ? 1 : 0;
drivers/net/ethernet/intel/e1000e/e1000.h
184
u16 lpa; /* link partner ability register */
drivers/net/ethernet/intel/e1000e/ethtool.c
201
mii_lpa_to_ethtool_lpa_t(adapter->phy_regs.lpa);
drivers/net/ethernet/intel/e1000e/ich8lan.c
909
u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data;
drivers/net/ethernet/intel/e1000e/ich8lan.c
913
lpa = I82579_EEE_LP_ABILITY;
drivers/net/ethernet/intel/e1000e/ich8lan.c
918
lpa = I217_EEE_LP_ABILITY;
drivers/net/ethernet/intel/e1000e/ich8lan.c
940
ret_val = e1000_read_emi_reg_locked(hw, lpa,
drivers/net/ethernet/intel/e1000e/netdev.c
5079
ret_val |= e1e_rphy(hw, MII_LPA, &phy->lpa);
drivers/net/ethernet/intel/e1000e/netdev.c
5096
phy->lpa = 0;
drivers/net/ethernet/intel/e1000e/netdev.c
6134
data->val_out = adapter->phy_regs.lpa;
drivers/net/ethernet/marvell/skge.c
1231
u16 lpa, aux;
drivers/net/ethernet/marvell/skge.c
1236
lpa = xm_phy_read(hw, port, PHY_XMAC_AUNE_LP);
drivers/net/ethernet/marvell/skge.c
1237
if (lpa & PHY_B_AN_RF) {
drivers/net/ethernet/marvell/skge.c
1438
u16 lpa, res;
drivers/net/ethernet/marvell/skge.c
1443
lpa = xm_phy_read(hw, port, PHY_XMAC_AUNE_LP);
drivers/net/ethernet/marvell/skge.c
1444
if (lpa & PHY_B_AN_RF) {
drivers/net/ethernet/marvell/skge.c
1467
(lpa & PHY_X_P_SYM_MD))
drivers/net/ethernet/marvell/skge.c
1470
(lpa & PHY_X_RS_PAUSE) == PHY_X_P_ASYM_MD)
drivers/net/ethernet/marvell/skge.c
1474
(lpa & PHY_X_RS_PAUSE) == PHY_X_P_BOTH_MD)
drivers/net/ethernet/marvell/sky2.c
2237
u16 advert, lpa;
drivers/net/ethernet/marvell/sky2.c
2240
lpa = gm_phy_read(hw, port, PHY_MARV_AUNE_LP);
drivers/net/ethernet/marvell/sky2.c
2241
if (lpa & PHY_M_AN_RF) {
drivers/net/ethernet/marvell/sky2.c
2260
lpa &= ~(LPA_PAUSE_CAP|LPA_PAUSE_ASYM);
drivers/net/ethernet/marvell/sky2.c
2266
if (lpa & LPA_1000XPAUSE)
drivers/net/ethernet/marvell/sky2.c
2267
lpa |= LPA_PAUSE_CAP;
drivers/net/ethernet/marvell/sky2.c
2268
if (lpa & LPA_1000XPAUSE_ASYM)
drivers/net/ethernet/marvell/sky2.c
2269
lpa |= LPA_PAUSE_ASYM;
drivers/net/ethernet/marvell/sky2.c
2274
if (lpa & LPA_PAUSE_CAP)
drivers/net/ethernet/marvell/sky2.c
2279
if ((lpa & LPA_PAUSE_CAP) && (lpa & LPA_PAUSE_ASYM))
drivers/net/ethernet/natsemi/natsemi.c
2401
u16 lpa = mdio_read(dev, MII_LPA);
drivers/net/ethernet/natsemi/natsemi.c
2407
np->advertising, lpa);
drivers/net/ethernet/nvidia/forcedeth.c
3370
int lpa = 0;
drivers/net/ethernet/nvidia/forcedeth.c
3434
lpa = mii_rw(dev, np->phyaddr, MII_LPA, MII_READ);
drivers/net/ethernet/nvidia/forcedeth.c
3450
adv_lpa = lpa & adv;
drivers/net/ethernet/nvidia/forcedeth.c
3549
lpa_pause = lpa & (LPA_PAUSE_CAP | LPA_PAUSE_ASYM);
drivers/net/ethernet/packetengines/yellowfin.c
667
int lpa = mdio_read(ioaddr, yp->phys[0], MII_LPA);
drivers/net/ethernet/packetengines/yellowfin.c
668
int negotiated = lpa & yp->advertising;
drivers/net/ethernet/packetengines/yellowfin.c
671
yp->phys[0], bmsr, lpa);
drivers/net/ethernet/sfc/falcon/tenxpress.c
443
u32 adv = 0, lpa = 0;
drivers/net/ethernet/sfc/falcon/tenxpress.c
451
lpa |= ADVERTISED_10000baseT_Full;
drivers/net/ethernet/sfc/falcon/tenxpress.c
453
mdio45_ethtool_ksettings_get_npage(&efx->mdio, cmd, adv, lpa);
drivers/net/ethernet/sfc/mcdi_port_common.c
1269
u32 flags, fcntl, speed, lpa;
drivers/net/ethernet/sfc/mcdi_port_common.c
1277
lpa = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_LP_CAP);
drivers/net/ethernet/sfc/mcdi_port_common.c
1285
efx_mcdi_phy_check_fcntl(efx, lpa);
drivers/net/ethernet/sfc/mcdi_port_common.c
374
void efx_mcdi_phy_check_fcntl(struct efx_nic *efx, u32 lpa)
drivers/net/ethernet/sfc/mcdi_port_common.c
390
if (lpa & (1 << MC_CMD_PHY_CAP_PAUSE_LBN))
drivers/net/ethernet/sfc/mcdi_port_common.c
392
if (lpa & (1 << MC_CMD_PHY_CAP_ASYM_LBN))
drivers/net/ethernet/sfc/mcdi_port_common.h
46
void efx_mcdi_phy_check_fcntl(struct efx_nic *efx, u32 lpa);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
1263
u32 flags, fcntl, speed, lpa;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
1271
lpa = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_LP_CAP);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
1279
efx_mcdi_phy_check_fcntl(efx, lpa);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
375
static void efx_mcdi_phy_check_fcntl(struct efx_nic *efx, u32 lpa)
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
391
if (lpa & (1 << MC_CMD_PHY_CAP_PAUSE_LBN))
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
393
if (lpa & (1 << MC_CMD_PHY_CAP_ASYM_LBN))
drivers/net/ethernet/sun/niu.c
1116
int bmsr, advert, ctrl1000, stat1000, lpa, bmcr, estatus;
drivers/net/ethernet/sun/niu.c
1137
lpa = err;
drivers/net/ethernet/sun/niu.c
1183
neg = advert & lpa;
drivers/net/ethernet/tundra/tsi108_eth.c
248
int advert, lpa, val, media;
drivers/net/ethernet/tundra/tsi108_eth.c
260
lpa = (*mii->mdio_read) (mii->dev, mii->phy_id, MII_LPA);
drivers/net/ethernet/tundra/tsi108_eth.c
261
media = mii_nway_result(advert & lpa);
drivers/net/mii.c
510
int advertise, lpa, media, duplex;
drivers/net/mii.c
549
lpa = mii->mdio_read(mii->dev, mii->phy_id, MII_LPA);
drivers/net/mii.c
554
media = mii_nway_result(lpa & advertise);
drivers/net/mii.c
565
lpa);
drivers/net/pcs/pcs-lynx.c
65
int status, lpa;
drivers/net/pcs/pcs-lynx.c
76
lpa = mdiobus_c45_read(bus, addr, MDIO_MMD_VEND2, MII_LPA);
drivers/net/pcs/pcs-lynx.c
77
if (lpa < 0)
drivers/net/pcs/pcs-lynx.c
80
phylink_decode_usxgmii_word(state, lpa);
drivers/net/pcs/pcs-xpcs.c
1125
int lpa, bmsr;
drivers/net/pcs/pcs-xpcs.c
1132
lpa = xpcs_read(xpcs, MDIO_MMD_VEND2, MII_LPA);
drivers/net/pcs/pcs-xpcs.c
1133
if (lpa < 0 || lpa & LPA_RFAULT)
drivers/net/pcs/pcs-xpcs.c
1134
return lpa;
drivers/net/pcs/pcs-xpcs.c
1151
phylink_mii_c22_pcs_decode_state(state, neg_mode, bmsr, lpa);
drivers/net/pcs/pcs-xpcs.c
492
u16 lpa[3];
drivers/net/pcs/pcs-xpcs.c
503
for (i = ARRAY_SIZE(lpa); --i >= 0; ) {
drivers/net/pcs/pcs-xpcs.c
508
lpa[i] = ret;
drivers/net/pcs/pcs-xpcs.c
511
mii_c73_mod_linkmode(state->lp_advertising, lpa);
drivers/net/phy/lxt.c
223
int lpa;
drivers/net/phy/lxt.c
239
lpa = phy_read(phydev, MII_LPA);
drivers/net/phy/lxt.c
241
if (lpa < 0)
drivers/net/phy/lxt.c
242
return lpa;
drivers/net/phy/lxt.c
247
} while (lpa == adv && retry--);
drivers/net/phy/lxt.c
249
mii_lpa_to_linkmode_lpa_t(phydev->lp_advertising, lpa);
drivers/net/phy/lxt.c
251
lpa &= adv;
drivers/net/phy/lxt.c
257
if (lpa & (LPA_100FULL | LPA_100HALF)) {
drivers/net/phy/lxt.c
260
if (lpa & LPA_100FULL)
drivers/net/phy/lxt.c
263
if (lpa & LPA_10FULL)
drivers/net/phy/marvell.c
1655
static void fiber_lpa_mod_linkmode_lpa_t(unsigned long *advertising, u32 lpa)
drivers/net/phy/marvell.c
1658
advertising, lpa & LPA_1000XHALF);
drivers/net/phy/marvell.c
1661
advertising, lpa & LPA_1000XFULL);
drivers/net/phy/marvell.c
1667
int lpa;
drivers/net/phy/marvell.c
1701
lpa = phy_read(phydev, MII_LPA);
drivers/net/phy/marvell.c
1702
if (lpa < 0)
drivers/net/phy/marvell.c
1703
return lpa;
drivers/net/phy/marvell.c
1706
fiber_lpa_mod_linkmode_lpa_t(phydev->lp_advertising, lpa);
drivers/net/phy/marvell.c
1709
if (!(lpa & LPA_PAUSE_FIBER)) {
drivers/net/phy/marvell.c
1712
} else if ((lpa & LPA_PAUSE_ASYM_FIBER)) {
drivers/net/phy/meson-gxl.c
153
int ret, wol, lpa, exp;
drivers/net/phy/meson-gxl.c
167
lpa = phy_read(phydev, MII_LPA);
drivers/net/phy/meson-gxl.c
168
if (lpa < 0)
drivers/net/phy/meson-gxl.c
169
return lpa;
drivers/net/phy/meson-gxl.c
176
((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) {
drivers/net/phy/motorcomm.c
1217
int lpa, lpagb;
drivers/net/phy/motorcomm.c
1249
lpa = __phy_read(phydev, MII_LPA);
drivers/net/phy/motorcomm.c
1250
if (lpa < 0)
drivers/net/phy/motorcomm.c
1251
return lpa;
drivers/net/phy/motorcomm.c
1253
mii_lpa_mod_linkmode_lpa_t(phydev->lp_advertising, lpa);
drivers/net/phy/motorcomm.c
1278
int lpa;
drivers/net/phy/motorcomm.c
1318
lpa = __phy_read(phydev, MII_LPA);
drivers/net/phy/motorcomm.c
1319
if (lpa < 0)
drivers/net/phy/motorcomm.c
1320
return lpa;
drivers/net/phy/motorcomm.c
1324
phydev->lp_advertising, lpa & LPA_1000XFULL);
drivers/net/phy/motorcomm.c
1326
if (!(lpa & YTPHY_FLPA_PAUSE)) {
drivers/net/phy/motorcomm.c
1329
} else if ((lpa & YTPHY_FLPA_ASYM_PAUSE)) {
drivers/net/phy/phy-c45.c
795
unsigned long *lpa)
drivers/net/phy/phy-c45.c
807
mii_eee_cap1_mod_linkmode_t(lpa, val);
drivers/net/phy/phy-c45.c
818
mii_eee_cap2_mod_linkmode_adv_t(lpa, val);
drivers/net/phy/phy-c45.c
830
mii_10base_t1_adv_mod_linkmode_t(lpa, val);
drivers/net/phy/phy_device.c
2500
int lpa, lpagb;
drivers/net/phy/phy_device.c
2532
lpa = phy_read(phydev, MII_LPA);
drivers/net/phy/phy_device.c
2533
if (lpa < 0)
drivers/net/phy/phy_device.c
2534
return lpa;
drivers/net/phy/phy_device.c
2536
mii_lpa_mod_linkmode_lpa_t(phydev->lp_advertising, lpa);
drivers/net/phy/phy_device.c
2639
int lpa, err, old_link = phydev->link;
drivers/net/phy/phy_device.c
2659
lpa = phy_read(phydev, MII_LPA);
drivers/net/phy/phy_device.c
2660
if (lpa < 0)
drivers/net/phy/phy_device.c
2661
return lpa;
drivers/net/phy/phy_device.c
2664
phydev->lp_advertising, lpa & LPA_LPACK);
drivers/net/phy/phy_device.c
2666
phydev->lp_advertising, lpa & LPA_1000XFULL);
drivers/net/phy/phy_device.c
2668
phydev->lp_advertising, lpa & LPA_1000XPAUSE);
drivers/net/phy/phy_device.c
2671
lpa & LPA_1000XPAUSE_ASYM);
drivers/net/phy/phylink.c
3360
unsigned long *lpa = state->lp_advertising;
drivers/net/phy/phylink.c
3366
fs.pause = test_bit(ETHTOOL_LINK_MODE_Pause_BIT, lpa);
drivers/net/phy/phylink.c
3367
fs.asym_pause = test_bit(ETHTOOL_LINK_MODE_Asym_Pause_BIT, lpa);
drivers/net/phy/phylink.c
4065
uint16_t lpa)
drivers/net/phy/phylink.c
4067
switch (lpa & MDIO_USXGMII_SPD_MASK) {
drivers/net/phy/phylink.c
4091
if (lpa & MDIO_USXGMII_FULL_DUPLEX)
drivers/net/phy/phylink.c
4110
uint16_t lpa)
drivers/net/phy/phylink.c
4112
switch (lpa & MDIO_USXGMII_SPD_MASK) {
drivers/net/phy/phylink.c
4127
if (lpa & MDIO_USXGMII_FULL_DUPLEX)
drivers/net/phy/phylink.c
4149
unsigned int neg_mode, u16 bmsr, u16 lpa)
drivers/net/phy/phylink.c
4161
phylink_decode_c37_word(state, lpa, SPEED_1000);
drivers/net/phy/phylink.c
4171
phylink_decode_c37_word(state, lpa, SPEED_2500);
drivers/net/phy/phylink.c
4182
phylink_decode_sgmii_word(state, lpa);
drivers/net/phy/phylink.c
4187
phylink_decode_usgmii_word(state, lpa);
drivers/net/phy/phylink.c
4216
int bmsr, lpa;
drivers/net/phy/phylink.c
4219
lpa = mdiodev_read(pcs, MII_LPA);
drivers/net/phy/phylink.c
4220
if (bmsr < 0 || lpa < 0) {
drivers/net/phy/phylink.c
4225
phylink_mii_c22_pcs_decode_state(state, neg_mode, bmsr, lpa);
drivers/net/phy/swphy.c
121
u16 lpa = 0;
drivers/net/phy/swphy.c
138
lpa |= speed[speed_index].lpa & duplex[duplex_index].lpa;
drivers/net/phy/swphy.c
142
lpa |= LPA_PAUSE_CAP;
drivers/net/phy/swphy.c
145
lpa |= LPA_PAUSE_ASYM;
drivers/net/phy/swphy.c
157
return lpa;
drivers/net/phy/swphy.c
23
u16 lpa;
drivers/net/phy/swphy.c
43
.lpa = LPA_10FULL | LPA_10HALF,
drivers/net/phy/swphy.c
47
.lpa = LPA_100FULL | LPA_100HALF,
drivers/net/phy/swphy.c
59
.lpa = LPA_10HALF | LPA_100HALF,
drivers/net/phy/swphy.c
65
.lpa = LPA_10FULL | LPA_100FULL,
drivers/net/sungem_phy.c
389
u16 lpa;
drivers/net/sungem_phy.c
392
lpa = sungem_phy_read(phy, MII_LPA);
drivers/net/sungem_phy.c
394
if (lpa & (LPA_10FULL | LPA_100FULL))
drivers/net/sungem_phy.c
398
if (lpa & (LPA_100FULL | LPA_100HALF))
drivers/net/usb/rtl8150.c
793
short lpa = 0;
drivers/net/usb/rtl8150.c
806
get_registers(dev, ANLP, 2, &lpa);
drivers/net/usb/rtl8150.c
808
u32 speed = ((lpa & (LPA_100HALF | LPA_100FULL)) ?
drivers/net/usb/rtl8150.c
813
ecmd->base.duplex = (lpa & LPA_100FULL) ?
drivers/net/usb/rtl8150.c
816
ecmd->base.duplex = (lpa & LPA_10FULL) ?
drivers/nvme/host/core.c
3459
if (id->lpa & NVME_CTRL_LPA_CMD_EFFECTS_LOG) {
drivers/nvme/target/admin-cmd.c
719
id->lpa = (1 << 0) | (1 << 1) | (1 << 2);
drivers/nvme/target/discovery.c
285
id->lpa = (1 << 2);
drivers/rtc/rtc-st-lpc.c
158
unsigned long long lpa;
drivers/rtc/rtc-st-lpc.c
168
lpa = (unsigned long long)alarm_secs * rtc->clkrate;
drivers/rtc/rtc-st-lpc.c
170
st_rtc_set_hw_alarm(rtc, lpa >> 32, lpa);
fs/ubifs/find.c
732
const struct ubifs_lprops *lpa = *(const struct ubifs_lprops **)a;
fs/ubifs/find.c
735
return lpa->dirty + lpa->free - lpb->dirty - lpb->free;
include/linux/mdio.h
305
u32 lpa)
include/linux/mdio.h
308
advertising, lpa & MDIO_AN_10GBT_STAT_LP2_5G);
include/linux/mdio.h
310
advertising, lpa & MDIO_AN_10GBT_STAT_LP5G);
include/linux/mdio.h
312
advertising, lpa & MDIO_AN_10GBT_STAT_LP10G);
include/linux/mdio.h
324
static inline void mii_t1_adv_l_mod_linkmode_t(unsigned long *advertising, u32 lpa)
include/linux/mdio.h
327
lpa & MDIO_AN_T1_ADV_L_PAUSE_CAP);
include/linux/mdio.h
329
lpa & MDIO_AN_T1_ADV_L_PAUSE_ASYM);
include/linux/mdio.h
341
static inline void mii_t1_adv_m_mod_linkmode_t(unsigned long *advertising, u32 lpa)
include/linux/mdio.h
344
advertising, lpa & MDIO_AN_T1_ADV_M_B10L);
include/linux/mdio.h
346
advertising, lpa & MDIO_AN_T1_ADV_M_100BT1);
include/linux/mdio.h
348
advertising, lpa & MDIO_AN_T1_ADV_M_1000BT1);
include/linux/mdio.h
539
static inline void mii_c73_mod_linkmode(unsigned long *adv, u16 *lpa)
include/linux/mdio.h
542
adv, lpa[0] & MDIO_AN_C73_0_PAUSE);
include/linux/mdio.h
544
adv, lpa[0] & MDIO_AN_C73_0_ASM_DIR);
include/linux/mdio.h
546
adv, lpa[1] & MDIO_AN_C73_1_1000BASE_KX);
include/linux/mdio.h
548
adv, lpa[1] & MDIO_AN_C73_1_10GBASE_KX4);
include/linux/mdio.h
550
adv, lpa[1] & MDIO_AN_C73_1_40GBASE_KR4);
include/linux/mdio.h
552
adv, lpa[1] & MDIO_AN_C73_1_40GBASE_CR4);
include/linux/mdio.h
555
adv, lpa[1] & MDIO_AN_C73_1_100GBASE_KR4);
include/linux/mdio.h
557
adv, lpa[1] & MDIO_AN_C73_1_100GBASE_CR4);
include/linux/mdio.h
561
adv, lpa[1] & MDIO_AN_C73_1_25GBASE_R);
include/linux/mdio.h
563
adv, lpa[1] & MDIO_AN_C73_1_25GBASE_R);
include/linux/mdio.h
565
adv, lpa[1] & MDIO_AN_C73_1_10GBASE_KR);
include/linux/mdio.h
567
adv, lpa[2] & MDIO_AN_C73_2_2500BASE_KX);
include/linux/mii.h
261
static inline u32 mii_lpa_to_ethtool_lpa_t(u32 lpa)
include/linux/mii.h
265
if (lpa & LPA_LPACK)
include/linux/mii.h
268
return result | mii_adv_to_ethtool_adv_t(lpa);
include/linux/mii.h
279
static inline u32 mii_stat1000_to_ethtool_lpa_t(u32 lpa)
include/linux/mii.h
283
if (lpa & LPA_1000HALF)
include/linux/mii.h
285
if (lpa & LPA_1000FULL)
include/linux/mii.h
301
u32 lpa)
include/linux/mii.h
304
advertising, lpa & LPA_1000HALF);
include/linux/mii.h
307
advertising, lpa & LPA_1000FULL);
include/linux/mii.h
414
u32 lpa)
include/linux/mii.h
416
mii_adv_to_linkmode_adv_t(lp_advertising, lpa);
include/linux/mii.h
418
if (lpa & LPA_LPACK)
include/linux/mii.h
433
u32 lpa)
include/linux/mii.h
435
mii_adv_mod_linkmode_adv_t(lp_advertising, lpa);
include/linux/mii.h
438
lp_advertising, lpa & LPA_LPACK);
include/linux/mii.h
477
static inline void mii_lpa_mod_linkmode_x(unsigned long *linkmodes, u16 lpa,
include/linux/mii.h
481
lpa & LPA_LPACK);
include/linux/mii.h
483
lpa & LPA_1000XPAUSE);
include/linux/mii.h
485
lpa & LPA_1000XPAUSE_ASYM);
include/linux/mii.h
487
lpa & LPA_1000XFULL);
include/linux/nvme.h
336
__u8 lpa;
include/linux/phylink.h
821
unsigned int neg_mode, u16 bmsr, u16 lpa);
include/linux/phylink.h
839
uint16_t lpa);
sound/soc/fsl/imx-rpmsg.c
204
data->lpa = true;
sound/soc/fsl/imx-rpmsg.c
21
bool lpa;
sound/soc/fsl/imx-rpmsg.c
42
if (data->lpa) {