Searched refs:tx_id (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/mailbox/ |
| H A D | omap-mailbox.c | 507 int tx_id, tx_irq, tx_usr; in omap_mbox_probe() local 519 tx_id = tmp[0]; in omap_mbox_probe() 531 if (tx_id >= num_fifos || rx_id >= num_fifos || in omap_mbox_probe() 536 fifo->msg = MAILBOX_MESSAGE(tx_id); in omap_mbox_probe() 537 fifo->fifo_stat = MAILBOX_FIFOSTATUS(tx_id); in omap_mbox_probe() 538 fifo->intr_bit = MAILBOX_IRQ_NOTFULL(tx_id); in omap_mbox_probe()
|
| /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 | 338 msg.tx_id = t.id; in xs_talkv()
|
| /linux/include/sound/ |
| H A D | sh_fsi.h | 23 int tx_id; member
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bnad.c | 947 uint tx_id, tcb_id; in bnad_cb_ethport_link_status() local 951 for (tx_id = 0; tx_id < bnad->num_tx; tx_id++) { in bnad_cb_ethport_link_status() 955 bnad->tx_info[tx_id].tcb[tcb_id]; in bnad_cb_ethport_link_status() 1530 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument 1540 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register() 1626 u32 tx_id) in bnad_tx_res_alloc() argument 1635 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc() 1915 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument 1917 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx() 1918 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_destroy_tx() [all …]
|
| /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
|
| /linux/include/uapi/linux/ |
| H A D | can.h | 252 struct { canid_t rx_id, tx_id; } tp; member
|
| /linux/fs/xfs/ |
| H A D | xfs_quota.h | 87 uintptr_t tx_id; member
|
| /linux/Documentation/networking/ |
| H A D | iso15765-2.rst | 114 struct { canid_t rx_id, tx_id; } tp; 125 * ``can_addr.tp.tx_id`` specifies the transmit (TX) CAN ID 372 addr.can_addr.tp.tx_id = 0x18DA42F1 | CAN_EFF_FLAG;
|
| H A D | can.rst | 277 struct { canid_t rx_id, tx_id; } tp;
|