Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1162 #define S_FW_CMD_WR_DMA 17 macro
1164 #define V_FW_CMD_WR_DMA(x) ((x) << S_FW_CMD_WR_DMA)
1165 #define G_FW_CMD_WR_DMA(x) (((x) >> S_FW_CMD_WR_DMA) & M_FW_CMD_WR_DMA)