/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 329 xs_transaction_t tx_id, int errnum) in xs_error() argument 344 trace_xenstore_error(id, tx_id, errstr); in xs_error() 348 rsp->tx_id = tx_id; in xs_error() 355 xs_transaction_t tx_id) in xs_ok() argument 362 rsp->tx_id = tx_id; in xs_ok() 504 xs_transaction_t tx_id, uint8_t *req_data, unsigned int len) in xs_read() argument 513 xs_error(s, req_id, tx_id, EINVAL); in xs_read() 517 trace_xenstore_read(tx_id, path); in xs_read() 518 err = xs_impl_read(s->impl, xen_domid, tx_id, path, data); in xs_read() 520 xs_error(s, req_id, tx_id, err); in xs_read() [all …]
|
H A D | xenstore_impl.h | 31 xs_transaction_t tx_id, const char *path, GByteArray *data); 33 xs_transaction_t tx_id, const char *path, GByteArray *data); 35 xs_transaction_t tx_id, const char *path, 38 xs_transaction_t *tx_id); 40 xs_transaction_t tx_id, bool commit); 42 xs_transaction_t tx_id, const char *path); 44 xs_transaction_t tx_id, const char *path, GList **perms); 46 xs_transaction_t tx_id, const char *path, GList *perms);
|
H A D | trace-events | 6 xenstore_error(unsigned int id, unsigned int tx_id, const char *err) "req %u tx %u err %s" 7 xenstore_read(unsigned int tx_id, const char *path) "tx %u path %s" 8 xenstore_write(unsigned int tx_id, const char *path) "tx %u path %s" 9 xenstore_mkdir(unsigned int tx_id, const char *path) "tx %u path %s" 10 xenstore_directory(unsigned int tx_id, const char *path) "tx %u path %s" 11 xenstore_directory_part(unsigned int tx_id, const char *path, unsigned int offset) "tx %u path %s o… 13 xenstore_transaction_end(unsigned int tx_id, bool commit) "tx %u commit %d" 14 xenstore_rm(unsigned int tx_id, const char *path) "tx %u path %s" 15 xenstore_get_perms(unsigned int tx_id, const char *path) "tx %u path %s" 16 xenstore_set_perms(unsigned int tx_id, const char *path) "tx %u path %s"
|
H A D | xenstore_impl.c | 59 unsigned int tx_id; member 89 unsigned int tx_id; in next_tx() local 93 tx_id = ++s->last_tx; in next_tx() 94 } while (tx_id == XBT_NULL || tx_id == s->root_tx || in next_tx() 95 g_hash_table_lookup(s->transactions, GINT_TO_POINTER(tx_id))); in next_tx() 101 g_hash_table_foreach(s->transactions, nobble_tx, &tx_id); in next_tx() 103 return tx_id; in next_tx() 269 unsigned int tx_id; member 347 if (op->tx_id != XBT_NULL) { in xs_node_add_content() 457 if (op->tx_id != XBT_NULL) { in xs_node_rm() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 202 unsigned int tx_id = GPOINTER_TO_INT(key); in compare_tx() local 207 g_assert(t1->tx_id == tx_id); in compare_tx() 208 g_assert(t2->tx_id == tx_id); in compare_tx() 212 printf("Comparison failure in TX %u after serdes:\n", tx_id); in compare_tx() 221 unsigned int tx_id, const char *path, in write_str() argument 228 err = xs_impl_write(s, dom_id, tx_id, path, d); in write_str() 499 unsigned int tx_id = XBT_NULL; in do_test_xs_node_tx() local 522 err = xs_impl_transaction_start(s, DOMID_GUEST, &tx_id); in do_test_xs_node_tx() 539 err = write_str(s, DOMID_GUEST, tx_id, "some/relative/path", in do_test_xs_node_tx() 556 err = xs_impl_read(s, DOMID_GUEST, tx_id, "some/relative/path", data); in do_test_xs_node_tx() [all …]
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction() argument 357 if (trans->handle.id == tx_id) in xenbus_get_transaction() 387 trans = xenbus_get_transaction(u, req->msg.tx_id); in xenbus_dev_queue_reply() 464 } else if (msg->hdr.tx_id != 0 && in xenbus_write_transaction() 465 !xenbus_get_transaction(u, msg->hdr.tx_id)) in xenbus_write_transaction() 472 trans = xenbus_get_transaction(u, msg->hdr.tx_id); in xenbus_write_transaction()
|
H A D | xenbus_xs.c | 324 msg.tx_id = t.id; in xs_talkv()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.h | 204 u32 tx_id; member 390 int bnad_setup_tx(struct bnad *bnad, u32 tx_id); 391 void bnad_destroy_tx(struct bnad *bnad, u32 tx_id);
|
H A D | bnad.c | 946 uint tx_id, tcb_id; in bnad_cb_ethport_link_status() local 950 for (tx_id = 0; tx_id < bnad->num_tx; tx_id++) { in bnad_cb_ethport_link_status() 954 bnad->tx_info[tx_id].tcb[tcb_id]; in bnad_cb_ethport_link_status() 1529 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument 1539 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register() 1625 u32 tx_id) in bnad_tx_res_alloc() argument 1634 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc() 1910 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument 1912 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx() 1913 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_destroy_tx() [all …]
|
/openbmc/linux/include/sound/ |
H A D | sh_fsi.h | 23 int tx_id; member
|
/openbmc/linux/net/can/ |
H A D | isotp.c | 1253 canid_t tx_id = addr->can_addr.tp.tx_id; in isotp_bind() local 1265 if (tx_id & CAN_EFF_FLAG) in isotp_bind() 1266 tx_id &= (CAN_EFF_FLAG | CAN_EFF_MASK); in isotp_bind() 1268 tx_id &= CAN_SFF_MASK; in isotp_bind() 1271 if (tx_id != addr->can_addr.tp.tx_id) in isotp_bind() 1297 if (isotp_register_rxid(so) && rx_id == tx_id) { in isotp_bind() 1330 can_rx_register(net, dev, tx_id, SINGLE_MASK(tx_id), in isotp_bind() 1338 so->txid = tx_id; in isotp_bind() 1366 addr->can_addr.tp.tx_id = so->txid; in isotp_getname()
|
/openbmc/linux/drivers/mailbox/ |
H A D | omap-mailbox.c | 90 int tx_id; member 738 finfo->tx_id = tmp[0]; in omap_mbox_probe() 754 if (finfo->tx_id >= num_fifos || finfo->rx_id >= num_fifos || in omap_mbox_probe() 792 fifo->msg = MAILBOX_MESSAGE(finfo->tx_id); in omap_mbox_probe() 793 fifo->fifo_stat = MAILBOX_FIFOSTATUS(finfo->tx_id); in omap_mbox_probe() 794 fifo->intr_bit = MAILBOX_IRQ_NOTFULL(finfo->tx_id); in omap_mbox_probe()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | xs_wire.h | 86 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
|
/openbmc/linux/include/xen/interface/io/ |
H A D | xs_wire.h | 76 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | can.h | 246 struct { canid_t rx_id, tx_id; } tp; member
|
/openbmc/linux/sound/soc/sh/ |
H A D | fsi.c | 1887 if (info->tx_id) { in fsi_handler_init() 1888 fsi->playback.dma_id = info->tx_id; in fsi_handler_init()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 10048 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_tx_skb() local 10049 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_tx_skb() 10237 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_net_is_queue_full() local 10238 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_net_is_queue_full()
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 277 struct { canid_t rx_id, tx_id; } tp;
|