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.c5739 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in add_to_txpkts_vf()
5762 txp->wr_type = 1; in add_to_txpkts_vf()
5792 txp->wr_type = 0; in add_to_txpkts_pf()
5797 txp->wr_type = 1; in add_to_txpkts_pf()
5817 MPASS(txp->wr_type == 0 || txp->wr_type == 1); in add_to_txpkts_pf()
5818 if (txp->wr_type == 0) { in add_to_txpkts_pf()
5870 wr->type = txp->wr_type; in write_txpkts_wr()
5883 if (txp->wr_type == 0) { in write_txpkts_wr()
5943 if (txp->wr_type == 0) { in write_txpkts_wr()
5973 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in write_txpkts_vm_wr()
H A Dadapter.h590 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