Home
last modified time | relevance | path

Searched refs:set_tx_auto_pause_frames (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.h368 void (*set_tx_auto_pause_frames)(void *mac_drv, u16 pause_time); member
H A Dhns_dsaf_mac.c499 if (drv->set_tx_auto_pause_frames) in hns_mac_reset()
500 drv->set_tx_auto_pause_frames(drv, mac_cb->tx_pause_frm_time); in hns_mac_reset()
H A Dhns_dsaf_gmac.c711 mac_drv->set_tx_auto_pause_frames = hns_gmac_set_tx_auto_pause_frames; in hns_gmac_config()
H A Dhns_dsaf_xgmac.c804 mac_drv->set_tx_auto_pause_frames = hns_xgmac_set_tx_auto_pause_frames; in hns_xgmac_config()