Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dquotacheck.c63 uintptr_t tx_id; member
169 if (dqa->tx_id != *tx_idp) in xqcheck_dqacct_obj_cmpfn()
177 .key_offset = offsetof(struct xqcheck_dqacct, tx_id),
256 dqa = rhashtable_lookup_fast(&xqc->shadow_dquot_acct, &p->tx_id, in xqcheck_mod_live_ino_dqtrx()
263 dqa->tx_id = p->tx_id; in xqcheck_mod_live_ino_dqtrx()
350 dqa = rhashtable_lookup_fast(&xqc->shadow_dquot_acct, &p->tx_id, in xqcheck_apply_live_dqtrx()
/linux/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c352 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 Dxenbus_xs.c338 msg.tx_id = t.id; in xs_talkv()
/linux/include/sound/
H A Dsh_fsi.h23 int tx_id; member
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c947 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()
1527 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument
1537 tx_id + tx_info->tcb[i]->id); in bnad_tx_msix_register()
1623 u32 tx_id) in bnad_tx_res_alloc() argument
1632 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id, in bnad_tx_res_alloc()
1912 bnad_destroy_tx(struct bnad *bnad, u32 tx_id) in bnad_destroy_tx() argument
1914 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx()
1915 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 Dxs_wire.h76 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
/linux/include/uapi/linux/
H A Dcan.h252 struct { canid_t rx_id, tx_id; } tp; member
/linux/fs/xfs/
H A Dxfs_quota.h87 uintptr_t tx_id; member
/linux/Documentation/networking/
H A Diso15765-2.rst114 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 Dcan.rst277 struct { canid_t rx_id, tx_id; } tp;
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c10054 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_tx_skb() local
10055 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_tx_skb()
10243 int tx_id = ipw_get_tx_queue_number(priv, pri); in ipw_net_is_queue_full() local
10244 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_net_is_queue_full()