Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h3676 #define V_FW_IQ_CMD_IQSTART(x) ((x) << S_FW_IQ_CMD_IQSTART) macro
3679 #define F_FW_IQ_CMD_IQSTART V_FW_IQ_CMD_IQSTART(1U)
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4683 c.alloc_to_len16 = htonl(V_FW_IQ_CMD_IQSTART(start) | in t4_iq_start_stop()