Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/firmware/
HDt4fw_interface.h227 #define S_FW_FRAG_WR_EOF 15 macro
229 #define V_FW_FRAG_WR_EOF(x) ((x) << S_FW_FRAG_WR_EOF)
230 #define G_FW_FRAG_WR_EOF(x) (((x) >> S_FW_FRAG_WR_EOF) & M_FW_FRAG_WR_EOF)