Home
last modified time | relevance | path

Searched refs:rx_mod (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/brocade/bna/
A Dbna_tx_rx.c1810 rx_mod->rx_free_count--; in bna_rx_get()
1827 rx_mod->rx_free_count++; in bna_rx_put()
1942 if (rx_mod->stop_cbfn) in bna_rx_mod_cb_rx_stopped_all()
1943 rx_mod->stop_cbfn(&rx_mod->bna->enet); in bna_rx_mod_cb_rx_stopped_all()
2000 bfa_wc_init(&rx_mod->rx_stop_wc, bna_rx_mod_cb_rx_stopped_all, rx_mod); in bna_rx_mod_stop()
2031 rx_mod->bna = bna; in bna_rx_mod_init()
2032 rx_mod->flags = 0; in bna_rx_mod_init()
2082 rx_mod->bna = NULL; in bna_rx_mod_uninit()
2256 struct bna_rx_mod *rx_mod = &bna->rx_mod; in bna_rx_create() local
2485 struct bna_rx_mod *rx_mod = &rx->bna->rx_mod; in bna_rx_destroy() local
[all …]
A Dbna.h200 #define bna_rx_rid_mask(_bna) ((_bna)->rx_mod.rid_mask)
217 struct bna_rx_mod *__rx_mod = &(_bna)->rx_mod; \
333 void bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna,
335 void bna_rx_mod_uninit(struct bna_rx_mod *rx_mod);
338 void bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
339 void bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
340 void bna_rx_mod_fail(struct bna_rx_mod *rx_mod);
A Dbna_enet.c819 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
836 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
844 bna_rx_mod_fail(&(enet)->bna->rx_mod); \
852 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
862 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
1852 stats_req->rx_enet_mask = htonl(bna->rx_mod.rid_mask); in bna_bfi_stats_get()
1993 bna_rx_mod_init(&bna->rx_mod, bna, res_info); in bna_mod_init()
2011 bna_rx_mod_uninit(&bna->rx_mod); in bna_uninit()
A Dbna_types.h935 struct bna_rx_mod rx_mod; member

Completed in 21 milliseconds