Lines Matching refs:tx_id
961 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()
1952 tx_info->tx_id = 0; in bnad_destroy_tx()
1959 bnad_setup_tx(struct bnad *bnad, u32 tx_id) in bnad_setup_tx() argument
1962 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_setup_tx()
1963 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; in bnad_setup_tx()
1966 struct bna_tx_config *tx_config = &bnad->tx_config[tx_id]; in bnad_setup_tx()
1978 tx_info->tx_id = tx_id; in bnad_setup_tx()
1998 err = bnad_tx_res_alloc(bnad, res_info, tx_id); in bnad_setup_tx()
2019 tx_id, bnad->num_txq_per_tx); in bnad_setup_tx()
2035 tx_info->tx_id = 0; in bnad_setup_tx()