Searched refs:bna_rx_mod (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 345 struct bna_rx_mod *__rx_mod = &(_bna)->rx_mod; \ 467 void bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna, 469 void bna_rx_mod_uninit(struct bna_rx_mod *rx_mod); 472 void bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type); 473 void bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type); 474 void bna_rx_mod_fail(struct bna_rx_mod *rx_mod);
|
D | bna_tx_rx.c | 1936 bna_rx_res_check(struct bna_rx_mod *rx_mod, struct bna_rx_config *rx_cfg) in bna_rx_res_check() 1957 bna_rxq_get(struct bna_rx_mod *rx_mod) in bna_rxq_get() 1971 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq) in bna_rxq_put() 1979 bna_rxp_get(struct bna_rx_mod *rx_mod) in bna_rxp_get() 1993 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) in bna_rxp_put() 2001 bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type) in bna_rx_get() 2021 bna_rx_put(struct bna_rx_mod *rx_mod, struct bna_rx *rx) in bna_rx_put() 2154 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; in bna_rx_mod_cb_rx_stopped() 2162 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; in bna_rx_mod_cb_rx_stopped_all() 2199 bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type) in bna_rx_mod_start() [all …]
|
D | bna_types.h | 854 struct bna_rx_mod { struct 946 struct bna_rx_mod rx_mod;
|