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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c124 xs_dev_return_error(struct xs_dev_data *u, int error, int req_id, int tx_id) argument
131 msg.tx_id = tx_id;
205 msg.req_id = msg.tx_id = 0;
219 xs_dev_find_transaction(struct xs_dev_data *u, uint32_t tx_id) argument
224 if (trans->handle.id == tx_id)
298 if (u->u.msg.tx_id != 0 &&
299 xs_dev_find_transaction(u, u->u.msg.tx_id) == NULL) {
312 u->u.msg.tx_id);
326 u->u.msg.tx_id
[all...]
H A Dxenstore.c828 msg.tx_id = t.id;
/freebsd-13-stable/sys/xen/interface/io/
H A Dxs_wire.h101 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member in struct:xsd_sockmsg
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c3303 _bwi_txeof(struct bwi_softc *sc, uint16_t tx_id, int acked, int data_txcnt) argument
3310 if (tx_id == 0) {
3315 ring_idx = __SHIFTOUT(tx_id, BWI_TXH_ID_RING_MASK);
3316 buf_idx = __SHIFTOUT(tx_id, BWI_TXH_ID_IDX_MASK);
3398 uint16_t tx_id; local
3406 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS0_TXID_MASK);
3413 _bwi_txeof(sc, le16toh(tx_id), tx_status0 & BWI_TXSTATUS0_ACKED,

Completed in 79 milliseconds