Home
last modified time | relevance | path

Searched refs:auto_neg (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c357 u8 *auto_neg, u16 *speed, u8 *duplex) in hns_ae_get_mac_info() argument
361 return hns_mac_get_port_info(mac_cb, auto_neg, speed, duplex); in hns_ae_get_mac_info()
379 u32 *auto_neg, u32 *rx_en, u32 *tx_en) in hns_ae_get_pauseparam() argument
383 hns_mac_get_autoneg(hns_get_mac_cb(handle), auto_neg); in hns_ae_get_pauseparam()
402 u32 auto_neg; in hns_ae_get_autoneg() local
406 hns_mac_get_autoneg(hns_get_mac_cb(handle), &auto_neg); in hns_ae_get_autoneg()
408 return auto_neg; in hns_ae_get_autoneg()
Dhns_dsaf_mac.c115 u8 *auto_neg, u16 *speed, u8 *duplex) in hns_mac_get_port_info() argument
126 if (auto_neg) in hns_mac_get_port_info()
127 *auto_neg = info.auto_neg; in hns_mac_get_port_info()
532 void hns_mac_get_autoneg(struct hns_mac_cb *mac_cb, u32 *auto_neg) in hns_mac_get_autoneg() argument
537 mac_ctrl_drv->autoneg_stat(mac_ctrl_drv, auto_neg); in hns_mac_get_autoneg()
539 *auto_neg = 0; in hns_mac_get_autoneg()
Dhns_dsaf_mac.h203 u8 auto_neg; /* Enable or disable autonegotiation */ member
436 void hns_mac_get_autoneg(struct hns_mac_cb *mac_cb, u32 *auto_neg);
442 u8 *auto_neg, u16 *speed, u8 *duplex);
Dhnae.h412 u8 *auto_neg, u16 *speed, u8 *duplex);
421 u32 *auto_neg, u32 *rx_en, u32 *tx_en);
425 u32 auto_neg, u32 rx_en, u32 tx_en);
Dhns_dsaf_gmac.c464 mac_info->auto_neg = port_mode.an_enable; in hns_gmac_get_info()
Dhns_dsaf_xgmac.c443 mac_info->auto_neg = 0; in hns_xgmac_get_info()