Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h72 SGE_MAX_WR_LEN = 512, /* max WR size in bytes */ enumerator
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h54 TX_WR_FLITS = SGE_MAX_WR_LEN / 8
H A Dt4_sge.c858 ASSERT(len <= SGE_MAX_WR_LEN); in t4_wrq_tx_locked()