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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1741 bna_rx_res_check(struct bna_rx_mod *rx_mod, struct bna_rx_config *rx_cfg) argument
1743 if ((rx_mod->rx_free_count == 0) ||
1744 (rx_mod->rxp_free_count == 0) ||
1745 (rx_mod->rxq_free_count == 0))
1749 if ((rx_mod->rxp_free_count < rx_cfg->num_paths) ||
1750 (rx_mod->rxq_free_count < rx_cfg->num_paths))
1753 if ((rx_mod->rxp_free_count < rx_cfg->num_paths) ||
1754 (rx_mod->rxq_free_count < (2 * rx_cfg->num_paths)))
1762 bna_rxq_get(struct bna_rx_mod *rx_mod) argument
1766 rxq = list_first_entry(&rx_mod
1774 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq) argument
1781 bna_rxp_get(struct bna_rx_mod *rx_mod) argument
1793 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) argument
1800 bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type) argument
1818 bna_rx_put(struct bna_rx_mod *rx_mod, struct bna_rx *rx) argument
1932 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; local
1940 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; local
1977 bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type) argument
1991 bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type) argument
2012 bna_rx_mod_fail(struct bna_rx_mod *rx_mod) argument
2023 bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna, struct bna_res_info *res_info) argument
2080 bna_rx_mod_uninit(struct bna_rx_mod *rx_mod) argument
2256 struct bna_rx_mod *rx_mod = &bna->rx_mod; local
2485 struct bna_rx_mod *rx_mod = &rx->bna->rx_mod; local
[all...]
H 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);
H 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);
1993 bna_rx_mod_init(&bna->rx_mod, bna, res_info);
2011 bna_rx_mod_uninit(&bna->rx_mod);
H A Dbna_types.h935 struct bna_rx_mod rx_mod; member in struct:bna

Completed in 196 milliseconds