Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h158 #define WR_LEN (WR_FLITS * 8)
H A Dcxgb_sge.c1303 unsigned int avail = WR_FLITS - flits; in write_wr_hdr_sgl()
1329 wrp->wrh_lo = htonl(V_WR_LEN(min(WR_FLITS, in write_wr_hdr_sgl()
1337 wp->wrh_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; in write_wr_hdr_sgl()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h141 #define WR_FLITS (TX_DESC_FLITS + 1 - SGE_NUM_GENBITS) macro