Searched refs:advertised_fc (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h138 enum cc_pause advertised_fc; /* actual advertised flow control */ member in struct:link_config
H A Dt4vf_hw.c2016 fc != lc->fc || adv_fc != lc->advertised_fc ||
2028 lc->advertised_fc = adv_fc;
H A Dcxgb4vf_main.c1698 pauseparam->rx_pause = (pi->link_cfg.advertised_fc & PAUSE_RX) != 0;
1699 pauseparam->tx_pause = (pi->link_cfg.advertised_fc & PAUSE_TX) != 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c866 epause->rx_pause = (p->link_cfg.advertised_fc & PAUSE_RX) != 0;
867 epause->tx_pause = (p->link_cfg.advertised_fc & PAUSE_TX) != 0;
H A Dcxgb4.h589 enum cc_pause advertised_fc; /* actual advertised flow control */ member in struct:link_config
H A Dt4_hw.c8677 fc != lc->fc || adv_fc != lc->advertised_fc ||
8689 lc->advertised_fc = adv_fc;

Completed in 304 milliseconds