Searched refs:tx_id (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/xen/xenbus/ |
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()
|
D | xenbus_xs.c | 324 msg.tx_id = t.id; in xs_talkv()
|
/Linux-v6.6/drivers/net/ethernet/brocade/bna/ |
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);
|
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 1538 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register() 1624 u32 tx_id) in bnad_tx_res_alloc() argument 1633 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc() 1909 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument 1911 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx() 1912 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_destroy_tx() [all …]
|
/Linux-v6.6/include/sound/ |
D | sh_fsi.h | 23 int tx_id; member
|
/Linux-v6.6/net/can/ |
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()
|
/Linux-v6.6/drivers/mailbox/ |
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()
|
/Linux-v6.6/include/xen/interface/io/ |
D | xs_wire.h | 76 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
|
/Linux-v6.6/include/uapi/linux/ |
D | can.h | 246 struct { canid_t rx_id, tx_id; } tp; member
|
/Linux-v6.6/sound/soc/sh/ |
D | fsi.c | 1887 if (info->tx_id) { in fsi_handler_init() 1888 fsi->playback.dma_id = info->tx_id; in fsi_handler_init()
|
/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/ |
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()
|
/Linux-v6.6/Documentation/networking/ |
D | can.rst | 277 struct { canid_t rx_id, tx_id; } tp;
|