Home
last modified time | relevance | path

Searched refs:FW_PORT_CMD_LSTATUS32_F (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1966 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4vf_handle_get_port_info()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h3010 #define FW_PORT_CMD_LSTATUS32_F FW_PORT_CMD_LSTATUS32_V(1U) macro
Dt4_hw.c8620 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()
8838 link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F); in t4_get_link_params()