Searched refs:tx_id (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbnad.h212 u32 tx_id; member in struct:bnad_tx_info
372 extern int bnad_setup_tx(struct bnad *bnad, u32 tx_id);
373 extern void bnad_cleanup_tx(struct bnad *bnad, u32 tx_id);
H A Dbnad.c766 uint tx_id, tcb_id; local
771 for (tx_id = 0; tx_id < bnad->num_tx; tx_id++) {
775 bnad->tx_info[tx_id].tcb[tcb_id];
1346 u32 tx_id, int num_txqs)
1355 tx_id + tx_info->tcb[i]->id);
1443 u32 tx_id)
1452 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_TX, tx_id,
1748 bnad_cleanup_tx(struct bnad *bnad, u32 tx_id) argument
1345 bnad_tx_msix_register(struct bnad *bnad, struct bnad_tx_info *tx_info, u32 tx_id, int num_txqs) argument
1442 bnad_tx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, u32 tx_id) argument
1782 bnad_setup_tx(struct bnad *bnad, u32 tx_id) argument
[all...]
/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c332 if (trans->handle.id == u->u.msg.tx_id)
H A Dxenbus_xs.c237 msg.tx_id = t.id;
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c10227 int tx_id = ipw_get_tx_queue_number(priv, pri); local
10228 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10416 int tx_id = ipw_get_tx_queue_number(priv, pri); local
10417 struct clx2_tx_queue *txq = &priv->txq[tx_id];

Completed in 146 milliseconds