Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1526 wr_hi = htonl(V_WR_BCNTLFLT(mlen & 7) | in t3_encap()
1558 wr_hi = htonl(V_WR_BCNTLFLT(mlen & 7) | in t3_encap()
1806 V_WR_BCNTLFLT(len & 7)); in write_imm()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h267 #define V_WR_BCNTLFLT(x) ((x) << S_WR_BCNTLFLT) macro