Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1919 int 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()
2017 lc->link_down_rc = linkdnrc; in t4vf_handle_get_port_info()
2021 t4vf_link_down_rc_str(linkdnrc)); in t4vf_handle_get_port_info()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8569 int link_ok, linkdnrc; in t4_handle_get_port_info() local
8582 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4_handle_get_port_info()
8597 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8672 lc->link_down_rc = linkdnrc; in t4_handle_get_port_info()
8676 t4_link_down_rc_str(linkdnrc)); in t4_handle_get_port_info()