Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5925 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in add_to_txpkts_vf()
5948 txp->wr_type = 1; in add_to_txpkts_vf()
5978 txp->wr_type = 0; in add_to_txpkts_pf()
5983 txp->wr_type = 1; in add_to_txpkts_pf()
6003 MPASS(txp->wr_type == 0 || txp->wr_type == 1); in add_to_txpkts_pf()
6004 if (txp->wr_type == 0) { in add_to_txpkts_pf()
6056 wr->type = txp->wr_type; in write_txpkts_wr()
6069 if (txp->wr_type == 0) { in write_txpkts_wr()
6129 if (txp->wr_type == 0) { in write_txpkts_wr()
6159 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in write_txpkts_vm_wr()
H A Dadapter.h617 uint8_t wr_type; /* type 0 or type 1 */ member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h10440 ib_wr_type_t wr_type; member