Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1909 int link_ok, linkdnrc; in t4vf_handle_get_port_info() local
1921 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4vf_handle_get_port_info()
1958 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()
2007 lc->link_down_rc = linkdnrc; in t4vf_handle_get_port_info()
2009 pi->port_id, t4vf_link_down_rc_str(linkdnrc)); in t4vf_handle_get_port_info()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8399 int link_ok, linkdnrc; in t4_handle_get_port_info() local
8412 linkdnrc = FW_PORT_CMD_LINKDNRC_G(lstatus); in t4_handle_get_port_info()
8427 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8492 lc->link_down_rc = linkdnrc; in t4_handle_get_port_info()
8494 pi->tx_chan, t4_link_down_rc_str(linkdnrc)); in t4_handle_get_port_info()