Searched refs:bna_rx_mod (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h217 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_tx_rx.c1741 bna_rx_res_check(struct bna_rx_mod *rx_mod, struct bna_rx_config *rx_cfg)
1762 bna_rxq_get(struct bna_rx_mod *rx_mod)
1774 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq)
1781 bna_rxp_get(struct bna_rx_mod *rx_mod)
1793 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp)
1800 bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
1818 bna_rx_put(struct bna_rx_mod *rx_mod, struct bna_rx *rx)
1932 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg;
1940 struct bna_rx_mod *rx_mo
[all...]
H A Dbna_types.h843 struct bna_rx_mod { struct
935 struct bna_rx_mod rx_mod;

Completed in 230 milliseconds