Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1920 int action, link_ok, linkdnrc; in t4vf_handle_get_port_info() local
1930 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4vf_handle_get_port_info()
1967 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()
2019 lc->link_down_rc = linkdnrc; in t4vf_handle_get_port_info()
2023 t4vf_link_down_rc_str(linkdnrc)); in t4vf_handle_get_port_info()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8608 int action, link_ok, linkdnrc; in t4_handle_get_port_info() local
8619 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4_handle_get_port_info()
8634 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8712 lc->link_down_rc = linkdnrc; in t4_handle_get_port_info()
8716 t4_link_down_rc_str(linkdnrc)); in t4_handle_get_port_info()