Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_hw.c4954 return G_FW_VI_CMD_VIID(htons(c.type_to_viid)); in t4_alloc_vi_func()
/trueos/sys/dev/cxgbe/firmware/
HDt4fw_interface.h5266 #define G_FW_VI_CMD_VIID(x) (((x) >> S_FW_VI_CMD_VIID) & M_FW_VI_CMD_VIID) macro