Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h955 unsigned int fwcap_to_speed(uint32_t caps);
964 return (fwcap_to_speed(pi->link_cfg.pcaps) / 1000); in port_top_speed()
H A Dt4_hw.c8759 unsigned int fwcap_to_speed(uint32_t caps) in fwcap_to_speed() function
8921 lc->speed = fwcap_to_speed(linkattr); in handle_port_info()