Searched refs:FW_PORT_CMD_LSTATUS_F (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1930 link_ok = (lstatus & FW_PORT_CMD_LSTATUS_F) != 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2941 #define FW_PORT_CMD_LSTATUS_F FW_PORT_CMD_LSTATUS_V(1U) macro
H A Dt4_hw.c8587 link_ok = (lstatus & FW_PORT_CMD_LSTATUS_F) != 0;
8813 link_ok = !!(lstatus & FW_PORT_CMD_LSTATUS_F);

Completed in 153 milliseconds