Home
last modified time | relevance | path

Searched defs:rx_mod (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c1749 bna_rx_res_check(struct bna_rx_mod *rx_mod, struct bna_rx_config *rx_cfg) in bna_rx_res_check()
1770 bna_rxq_get(struct bna_rx_mod *rx_mod) in bna_rxq_get()
1782 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq) in bna_rxq_put()
1789 bna_rxp_get(struct bna_rx_mod *rx_mod) in bna_rxp_get()
1801 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) in bna_rxp_put()
1808 bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type) in bna_rx_get()
1826 bna_rx_put(struct bna_rx_mod *rx_mod, struct bna_rx *rx) in bna_rx_put()
1940 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; in bna_rx_mod_cb_rx_stopped() local
1948 struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg; in bna_rx_mod_cb_rx_stopped_all() local
1985 bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type) in bna_rx_mod_start()
[all …]
Dbna_types.h928 struct bna_rx_mod rx_mod; member