Searched refs:tx_id (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/mailbox/ |
D | omap-mailbox.c | 100 int tx_id; member 722 finfo->tx_id = tmp[0]; in omap_mbox_probe() 736 finfo->tx_id = info->tx_id; in omap_mbox_probe() 745 if (finfo->tx_id >= num_fifos || finfo->rx_id >= num_fifos || in omap_mbox_probe() 779 fifo->msg = MAILBOX_MESSAGE(finfo->tx_id); in omap_mbox_probe() 780 fifo->fifo_stat = MAILBOX_FIFOSTATUS(finfo->tx_id); in omap_mbox_probe() 781 fifo->intr_bit = MAILBOX_IRQ_NOTFULL(finfo->tx_id); in omap_mbox_probe()
|
/linux-4.1.27/include/sound/ |
D | sh_fsi.h | 26 int tx_id; member
|
/linux-4.1.27/include/linux/platform_data/ |
D | mailbox-omap.h | 34 u32 tx_id; member
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.h | 212 u32 tx_id; member 399 int bnad_setup_tx(struct bnad *bnad, u32 tx_id); 400 void bnad_destroy_tx(struct bnad *bnad, u32 tx_id);
|
D | bnad.c | 948 uint tx_id, tcb_id; in bnad_cb_ethport_link_status() local 953 for (tx_id = 0; tx_id < bnad->num_tx; tx_id++) { in bnad_cb_ethport_link_status() 957 bnad->tx_info[tx_id].tcb[tcb_id]; in bnad_cb_ethport_link_status() 1542 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument 1551 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register() 1637 u32 tx_id) in bnad_tx_res_alloc() argument 1646 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc() 1926 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument 1928 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx() 1929 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_destroy_tx() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | can.h | 168 struct { canid_t rx_id, tx_id; } tp; member
|
/linux-4.1.27/include/xen/interface/io/ |
D | xs_wire.h | 68 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-armadillo800eva.c | 976 .tx_id = SHDMA_SLAVE_FSIA_TX, 983 .tx_id = SHDMA_SLAVE_FSIB_TX,
|
D | board-kzm9g.c | 559 .tx_id = SHDMA_SLAVE_FSI2A_TX,
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 337 if (trans->handle.id == u->u.msg.tx_id) in xenbus_write_transaction()
|
D | xenbus_xs.c | 277 msg.tx_id = t.id; in xs_talkv()
|
/linux-4.1.27/sound/soc/sh/ |
D | fsi.c | 1879 if (info->tx_id) { in fsi_handler_init() 1880 fsi->playback.dma_id = info->tx_id; in fsi_handler_init()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_hwmod_3xxx_data.c | 1510 { .name = "dsp", .tx_id = 0, .rx_id = 1 },
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 10125 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_tx_skb() local 10126 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_tx_skb() 10314 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_net_is_queue_full() local 10315 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_net_is_queue_full()
|
/linux-4.1.27/Documentation/networking/ |
D | can.txt | 288 struct { canid_t rx_id, tx_id; } tp;
|