Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h74 SGE_MAX_WR_LEN = 512, /* max WR size in bytes */ enumerator
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h57 TX_WR_FLITS = SGE_MAX_WR_LEN / 8
H A Dt4_sge.c1053 ASSERT(len <= SGE_MAX_WR_LEN); in t4_wrq_tx_locked()