Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h309 T4_SQ_ONCHIP = (1<<0), enumerator
417 return sq->flags & T4_SQ_ONCHIP; in t4_sq_onchip()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h306 T4_SQ_ONCHIP = (1<<0), enumerator
423 return wq->sq.flags & T4_SQ_ONCHIP; in t4_sq_onchip()
H A Dverbs.c449 qhp->wq.sq.flags = resp.flags & C4IW_QPF_ONCHIP ? T4_SQ_ONCHIP : 0; in create_qp()