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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h151 #define WR_FLITS (TX_DESC_FLITS + 1 - SGE_NUM_GENBITS) macro
H A Dsge.c85 #define WR_LEN (WR_FLITS * 8)
148 * desc = 1 + (flits - 2) / (WR_FLITS - 1).
252 while (frag_idx < nfrags && curflit < WR_FLITS) {
269 d->sflit = curflit - WR_FLITS - j; /* sflit can be -1 */
1122 unsigned int avail = WR_FLITS - flits;
1147 wrp->wr_lo = htonl(V_WR_LEN(min(WR_FLITS,
1156 wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo;
H A Dcxgb3_offload.c390 *(unsigned int *)data = WR_FLITS;

Completed in 108 milliseconds