Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1921 int action, link_ok, linkdnrc; in t4vf_handle_get_port_info() local
1931 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4vf_handle_get_port_info()
1968 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()
2020 lc->link_down_rc = linkdnrc; in t4vf_handle_get_port_info()
2024 t4vf_link_down_rc_str(linkdnrc)); in t4vf_handle_get_port_info()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8575 int action, link_ok, linkdnrc; in t4_handle_get_port_info() local
8586 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4_handle_get_port_info()
8601 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8679 lc->link_down_rc = linkdnrc; in t4_handle_get_port_info()
8683 t4_link_down_rc_str(linkdnrc)); in t4_handle_get_port_info()