Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9459 link_ok = (lstatus32 & F_FW_PORT_CMD_LSTATUS32) != 0; in t4_handle_get_port_info()
9633 link_ok = !!(lstatus32 & F_FW_PORT_CMD_LSTATUS32); in t4_get_link_params()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7691 #define F_FW_PORT_CMD_LSTATUS32 V_FW_PORT_CMD_LSTATUS32(1U) macro