Home
last modified time | relevance | path

Searched refs:bna_rx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h78 void (*cbfn)(struct bna_rx *); \
79 struct bna_rx *cbarg; \
91 void (*cbfn)(struct bna_rx *); \
92 struct bna_rx *cbarg; \
104 void (*cbfn)(struct bnad *, struct bna_rx *); \
218 struct bna_rx *__rx; \
349 void bna_rx_destroy(struct bna_rx *rx);
350 void bna_rx_enable(struct bna_rx *rx);
352 void (*cbfn)(void *, struct bna_rx *));
362 struct bna_rx *));
[all …]
H A Dbna_types.h26 struct bna_rx;
583 struct bna_rx *rx;
649 struct bna_rx *rx;
702 struct bna_rx *rx;
728 void (*start_cbfn) (struct bna_rx *rx);
729 struct bna_rx *start_cbarg;
732 void (*stop_cbfn) (struct bna_rx *rx);
733 struct bna_rx *stop_cbarg;
780 struct bna_rx *rx;
787 struct bna_rx { struct
[all …]
H A Dbna_tx_rx.c561 struct bna_rx *rx = rxf->rx; in bna_rit_init()
609 struct bna_rx *rx, in bna_rxf_init()
1799 static struct bna_rx *
1802 struct bna_rx *rx = NULL; in bna_rx_get()
1956 bna_rx_stop(struct bna_rx *rx) in bna_rx_stop()
1979 struct bna_rx *rx; in bna_rx_mod_start()
1993 struct bna_rx *rx; in bna_rx_mod_stop()
2014 struct bna_rx *rx; in bna_rx_mod_fail()
2027 struct bna_rx *rx_ptr; in bna_rx_mod_init()
2249 struct bna_rx *
[all …]
H A Dbfa_cs.h53 BFA_SM_TABLE(rx, bna_rx, bna_rx_event, bna_fsm_rx_t)
H A Dbnad.h209 struct bna_rx *rx; /* 1:1 between rx_info & rx */
H A Dbnad.c1149 bnad_cb_rx_stall(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_stall()
1208 bnad_cb_rx_cleanup(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_cleanup()
1231 bnad_cb_rx_post(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_post()
1261 bnad_cb_rx_disabled(void *arg, struct bna_rx *rx) in bnad_cb_rx_disabled()
1269 bnad_cb_rx_mcast_add(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_mcast_add()
2206 struct bna_rx *rx; in bnad_setup_rx()
H A Dbna_enet.c277 struct bna_rx *rx; in bna_msgq_rsp_handler()
1922 attr->num_rxp * sizeof(struct bna_rx); in bna_mod_res_req()