Searched refs:wr_type (Results 1 – 3 of 3) sorted by relevance
5731 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in add_to_txpkts_vf()5754 txp->wr_type = 1; in add_to_txpkts_vf()5784 txp->wr_type = 0; in add_to_txpkts_pf()5789 txp->wr_type = 1; in add_to_txpkts_pf()5809 MPASS(txp->wr_type == 0 || txp->wr_type == 1); in add_to_txpkts_pf()5810 if (txp->wr_type == 0) { in add_to_txpkts_pf()5862 wr->type = txp->wr_type; in write_txpkts_wr()5875 if (txp->wr_type == 0) { in write_txpkts_wr()5935 if (txp->wr_type == 0) { in write_txpkts_wr()5965 MPASS(txp->wr_type == 1); /* VF supports type 1 only */ in write_txpkts_vm_wr()
586 uint8_t wr_type; /* type 0 or type 1 */ member
10440 ib_wr_type_t wr_type; member