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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h198 #define bna_tx_rid_mask(_bna) ((_bna)->tx_mod.rid_mask)
204 struct bna_tx_mod *__tx_mod = &(_bna)->tx_mod; \
293 void bna_bfi_bw_update_aen(struct bna_tx_mod *tx_mod);
296 void bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna,
298 void bna_tx_mod_uninit(struct bna_tx_mod *tx_mod);
301 void bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
302 void bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
303 void bna_tx_mod_fail(struct bna_tx_mod *tx_mod);
H A Dbna_tx_rx.c2771 static void bna_tx_mod_cb_tx_stopped(void *tx_mod, struct bna_tx *tx);
3197 bna_tx_get(struct bna_tx_mod *tx_mod, enum bna_tx_type type) argument
3201 if (list_empty(&tx_mod->tx_free_q))
3204 tx = list_first_entry(&tx_mod->tx_free_q, struct bna_tx, qe);
3206 tx = list_last_entry(&tx_mod->tx_free_q, struct bna_tx, qe);
3216 struct bna_tx_mod *tx_mod = &tx->bna->tx_mod; local
3224 list_move_tail(&txq->qe, &tx_mod->txq_free_q);
3227 list_for_each(qe, &tx_mod->tx_active_q) {
3237 list_for_each_prev(qe, &tx_mod
3307 bna_bfi_bw_update_aen(struct bna_tx_mod *tx_mod) argument
3369 struct bna_tx_mod *tx_mod = &bna->tx_mod; local
3561 struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg; local
3569 struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg; local
3577 bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna, struct bna_res_info *res_info) argument
3608 bna_tx_mod_uninit(struct bna_tx_mod *tx_mod) argument
3614 bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type) argument
3628 bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type) argument
3649 bna_tx_mod_fail(struct bna_tx_mod *tx_mod) argument
[all...]
H A Dbna_enet.c374 bna_bfi_bw_update_aen(&bna->tx_mod);
818 bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \
834 bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
843 bna_tx_mod_fail(&(enet)->bna->tx_mod); \
1851 stats_req->tx_enet_mask = htonl(bna->tx_mod.rid_mask);
1991 bna_tx_mod_init(&bna->tx_mod, bna, res_info);
2012 bna_tx_mod_uninit(&bna->tx_mod);
H A Dbna_types.h934 struct bna_tx_mod tx_mod; member in struct:bna
/linux-master/drivers/net/phy/
H A Dmicrel.c2434 int tx_mod; local
2481 tx_mod = lanphy_read_page_reg(ptp_priv->phydev, 5, PTP_TX_MOD);
2484 tx_mod | PTP_TX_MOD_TX_PTP_SYNC_TS_INSERT_);
2487 tx_mod & ~PTP_TX_MOD_TX_PTP_SYNC_TS_INSERT_);

Completed in 145 milliseconds