Searched refs:wr_type (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h10440 ib_wr_type_t wr_type;
10488 * wr_type
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c186 u_int wr_type; /* type 0 or type 1 */ member in struct:txpkts
4534 txp->wr_type = 1;
4537 txp->wr_type = 0;
4562 MPASS(txp->wr_type == 0 || txp->wr_type == 1);
4565 if (needs_tso(m) || (txp->wr_type == 1 && nsegs != 1))
4572 if (txp->wr_type == 0)
4626 wr->type = txp->wr_type;
4636 if (txp->wr_type == 0) {
4692 if (txp->wr_type
[all...]

Completed in 136 milliseconds