bna_rx_mod
struct bna_rx_mod *__rx_mod = &(_bna)->rx_mod; \
void bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna,
void bna_rx_mod_uninit(struct bna_rx_mod *rx_mod);
void bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
void bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type);
void bna_rx_mod_fail(struct bna_rx_mod *rx_mod);
bna_rx_res_check(struct bna_rx_mod *rx_mod, struct bna_rx_config *rx_cfg)
bna_rxq_get(struct bna_rx_mod *rx_mod)
bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq)
bna_rxp_get(struct bna_rx_mod *rx_mod)
bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp)
bna_rx_get(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
bna_rx_put(struct bna_rx_mod *rx_mod, struct bna_rx *rx)
struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg;
struct bna_rx_mod *rx_mod = (struct bna_rx_mod *)arg;
bna_rx_mod_start(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
bna_rx_mod_stop(struct bna_rx_mod *rx_mod, enum bna_rx_type type)
bna_rx_mod_fail(struct bna_rx_mod *rx_mod)
void bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna,
bna_rx_mod_uninit(struct bna_rx_mod *rx_mod)
struct bna_rx_mod *rx_mod = &bna->rx_mod;
struct bna_rx_mod *rx_mod = &rx->bna->rx_mod;
struct bna_rx_mod rx_mod;