Searched refs:tx_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/xen/interface/io/
H A Dxs_wire.h94 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member in struct:xsd_sockmsg
/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstore_dev.c162 if (trans->handle.id == u->u.msg.tx_id)
H A Dxenstore.c860 msg.tx_id = t.id;
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwi.c3334 _bwi_txeof(struct bwi_softc *sc, uint16_t tx_id, int acked, int data_txcnt) argument
3343 if (tx_id == 0) {
3348 ring_idx = __SHIFTOUT(tx_id, BWI_TXH_ID_RING_MASK);
3349 buf_idx = __SHIFTOUT(tx_id, BWI_TXH_ID_IDX_MASK);
3437 uint16_t tx_id; local
3445 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS0_TXID_MASK);
3452 _bwi_txeof(sc, le16toh(tx_id), tx_status0 & BWI_TXSTATUS0_ACKED,

Completed in 70 milliseconds