Searched refs:adv_fc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1918 unsigned int speed, fc, fec, adv_fc; in t4vf_handle_get_port_info() local 1984 adv_fc = fwcap_to_cc_pause(acaps); in t4vf_handle_get_port_info() 2015 fc != lc->fc || adv_fc != lc->advertised_fc || in t4vf_handle_get_port_info() 2027 lc->advertised_fc = adv_fc; in t4vf_handle_get_port_info()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1919 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 8606 unsigned int speed, fc, fec, adv_fc; in t4_handle_get_port_info() local 8651 adv_fc = fwcap_to_cc_pause(acaps); in t4_handle_get_port_info() 8708 fc != lc->fc || adv_fc != lc->advertised_fc || in t4_handle_get_port_info() 8720 lc->advertised_fc = adv_fc; in t4_handle_get_port_info()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 8575 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()
|
Completed in 41 milliseconds