Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
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; \
322 void bna_bfi_rx_enet_start_rsp(struct bna_rx *rx,
324 void bna_bfi_rx_enet_stop_rsp(struct bna_rx *rx,
345 struct bna_rx *bna_rx_create(struct bna *bna, struct bnad *bnad,
349 void bna_rx_destroy(struct bna_rx *rx);
[all …]
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;
742 void (*cam_fltr_cbfn)(struct bnad *bnad, struct bna_rx *rx);
780 struct bna_rx *rx;
[all …]
Dbna_tx_rx.c561 struct bna_rx *rx = rxf->rx; in bna_rit_init()
609 struct bna_rx *rx, in bna_rxf_init()
690 bna_rx_cb_rxf_started(struct bna_rx *rx) in bna_rx_cb_rxf_started()
704 bna_rx_cb_rxf_stopped(struct bna_rx *rx) in bna_rx_cb_rxf_stopped()
724 bna_rx_ucast_set(struct bna_rx *rx, const u8 *ucmac) in bna_rx_ucast_set()
746 bna_rx_mcast_add(struct bna_rx *rx, const u8 *addr, in bna_rx_mcast_add() argument
747 void (*cbfn)(struct bnad *, struct bna_rx *)) in bna_rx_mcast_add()
775 bna_rx_ucast_listset(struct bna_rx *rx, int count, const u8 *uclist) in bna_rx_ucast_listset()
833 bna_rx_mcast_listset(struct bna_rx *rx, int count, const u8 *mclist) in bna_rx_mcast_listset()
893 bna_rx_mcast_delall(struct bna_rx *rx) in bna_rx_mcast_delall()
[all …]
Dbfa_cs.h53 BFA_SM_TABLE(rx, bna_rx, bna_rx_event, bna_fsm_rx_t)
Dbnad.h209 struct bna_rx *rx; /* 1:1 between rx_info & rx */
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()
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()