Home
last modified time | relevance | path

Searched refs:adv_fc (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1919 unsigned int speed, fc, fec, adv_fc; in t4vf_handle_get_port_info() local
1985 adv_fc = fwcap_to_cc_pause(acaps); in t4vf_handle_get_port_info()
2016 fc != lc->fc || adv_fc != lc->advertised_fc || in t4vf_handle_get_port_info()
2028 lc->advertised_fc = adv_fc; in t4vf_handle_get_port_info()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8575 unsigned int speed, fc, fec, adv_fc; in t4_handle_get_port_info() local
8620 adv_fc = fwcap_to_cc_pause(acaps); in t4_handle_get_port_info()
8677 fc != lc->fc || adv_fc != lc->advertised_fc || in t4_handle_get_port_info()
8689 lc->advertised_fc = adv_fc; in t4_handle_get_port_info()