Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h2709 FW_TYPE_RSSCPL = 4, enumerator
2811 FW6_TYPE_RSSCPL = FW_TYPE_RSSCPL,
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1306 MPASS(cpl->type == FW_TYPE_RSSCPL || cpl->type == FW6_TYPE_RSSCPL); in unwrap_nm_fw6_msg()
H A Dt4_sge.c375 MPASS(type != FW_TYPE_RSSCPL); in t4_register_fw_msg_handler()
6406 if (cpl->type == FW_TYPE_RSSCPL || cpl->type == FW6_TYPE_RSSCPL) { in handle_fw_msg()