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.c5711 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in add_to_txpkts_vf()
5734 txp->wr_type = 1; in add_to_txpkts_vf()
5764 txp->wr_type = 0; in add_to_txpkts_pf()
5769 txp->wr_type = 1; in add_to_txpkts_pf()
5789 MPASS(txp->wr_type == 0 || txp->wr_type == 1); in add_to_txpkts_pf()
5790 if (txp->wr_type == 0) { in add_to_txpkts_pf()
5842 wr->type = txp->wr_type; in write_txpkts_wr()
5855 if (txp->wr_type == 0) { in write_txpkts_wr()
5915 if (txp->wr_type == 0) { in write_txpkts_wr()
5945 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in write_txpkts_vm_wr()
H A Dadapter.h586 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