Home
last modified time | relevance | path

Searched refs:tx_id (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/sound/
Dsh_fsi.h26 int tx_id; member
/linux-4.4.14/drivers/mailbox/
Domap-mailbox.c102 int tx_id; member
759 finfo->tx_id = tmp[0]; in omap_mbox_probe()
776 finfo->tx_id = info->tx_id; in omap_mbox_probe()
785 if (finfo->tx_id >= num_fifos || finfo->rx_id >= num_fifos || in omap_mbox_probe()
819 fifo->msg = MAILBOX_MESSAGE(finfo->tx_id); in omap_mbox_probe()
820 fifo->fifo_stat = MAILBOX_FIFOSTATUS(finfo->tx_id); in omap_mbox_probe()
821 fifo->intr_bit = MAILBOX_IRQ_NOTFULL(finfo->tx_id); in omap_mbox_probe()
/linux-4.4.14/include/linux/platform_data/
Dmailbox-omap.h34 u32 tx_id; member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.h214 u32 tx_id; member
401 int bnad_setup_tx(struct bnad *bnad, u32 tx_id);
402 void bnad_destroy_tx(struct bnad *bnad, u32 tx_id);
Dbnad.c961 uint tx_id, tcb_id; in bnad_cb_ethport_link_status() local
965 for (tx_id = 0; tx_id < bnad->num_tx; tx_id++) { in bnad_cb_ethport_link_status()
969 bnad->tx_info[tx_id].tcb[tcb_id]; in bnad_cb_ethport_link_status()
1545 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument
1554 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register()
1640 u32 tx_id) in bnad_tx_res_alloc() argument
1649 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc()
1928 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument
1930 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx()
1931 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_destroy_tx()
[all …]
/linux-4.4.14/include/uapi/linux/
Dcan.h174 struct { canid_t rx_id, tx_id; } tp; member
/linux-4.4.14/include/xen/interface/io/
Dxs_wire.h68 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_dev_frontend.c337 if (trans->handle.id == u->u.msg.tx_id) in xenbus_write_transaction()
Dxenbus_xs.c277 msg.tx_id = t.id; in xs_talkv()
/linux-4.4.14/sound/soc/sh/
Dfsi.c1879 if (info->tx_id) { in fsi_handler_init()
1880 fsi->playback.dma_id = info->tx_id; in fsi_handler_init()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c10125 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.4.14/Documentation/networking/
Dcan.txt291 struct { canid_t rx_id, tx_id; } tp;