Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c78 ret = t4_get_link_params(pi, NULL, &speed, NULL); in cxgb4_matchall_egress_validate()
H A Dsched.c630 ret = t4_get_link_params(pi, NULL, &speed, NULL); in cxgb4_sched_class_free()
H A Dcxgb4_tc_mqprio.c38 ret = t4_get_link_params(pi, NULL, &speed, NULL); in cxgb4_mqprio_validate()
H A Dcxgb4.h2056 int t4_get_link_params(struct port_info *pi, unsigned int *link_okp,
H A Dcxgb4_main.c3329 ret = t4_get_link_params(pi, &link_ok, &speed, &mtu); in cxgb4_mgmt_set_vf_rate()
H A Dt4_hw.c8786 int t4_get_link_params(struct port_info *pi, unsigned int *link_okp, in t4_get_link_params() function