Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna.h86 void (*cbfn)(struct bna_rx *); \
87 struct bna_rx *cbarg; \
99 void (*cbfn)(struct bna_rx *); \
100 struct bna_rx *cbarg; \
112 void (*cbfn)(struct bnad *, struct bna_rx *); \
226 struct bna_rx *__rx; \
330 void bna_bfi_rx_enet_start_rsp(struct bna_rx *rx,
332 void bna_bfi_rx_enet_stop_rsp(struct bna_rx *rx,
353 struct bna_rx *bna_rx_create(struct bna *bna, struct bnad *bnad,
357 void bna_rx_destroy(struct bna_rx *rx);
[all …]
Dbna_types.h34 struct bna_rx;
582 struct bna_rx *rx;
648 struct bna_rx *rx;
701 struct bna_rx *rx;
724 void (*start_cbfn) (struct bna_rx *rx);
725 struct bna_rx *start_cbarg;
728 void (*stop_cbfn) (struct bna_rx *rx);
729 struct bna_rx *stop_cbarg;
738 void (*cam_fltr_cbfn)(struct bnad *bnad, struct bna_rx *rx);
776 struct bna_rx *rx;
[all …]
Dbna_tx_rx.c569 struct bna_rx *rx = rxf->rx; in bna_rit_init()
617 struct bna_rx *rx, in bna_rxf_init()
698 bna_rx_cb_rxf_started(struct bna_rx *rx) in bna_rx_cb_rxf_started()
712 bna_rx_cb_rxf_stopped(struct bna_rx *rx) in bna_rx_cb_rxf_stopped()
732 bna_rx_ucast_set(struct bna_rx *rx, const u8 *ucmac) in bna_rx_ucast_set()
754 bna_rx_mcast_add(struct bna_rx *rx, const u8 *addr, in bna_rx_mcast_add() argument
755 void (*cbfn)(struct bnad *, struct bna_rx *)) in bna_rx_mcast_add()
783 bna_rx_ucast_listset(struct bna_rx *rx, int count, const u8 *uclist) in bna_rx_ucast_listset()
841 bna_rx_mcast_listset(struct bna_rx *rx, int count, const u8 *mclist) in bna_rx_mcast_listset()
901 bna_rx_mcast_delall(struct bna_rx *rx) in bna_rx_mcast_delall()
[all …]
Dbnad.h219 struct bna_rx *rx; /* 1:1 between rx_info & rx */
Dbnad.c1158 bnad_cb_rx_stall(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_stall()
1217 bnad_cb_rx_cleanup(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_cleanup()
1240 bnad_cb_rx_post(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_post()
1270 bnad_cb_rx_disabled(void *arg, struct bna_rx *rx) in bnad_cb_rx_disabled()
1278 bnad_cb_rx_mcast_add(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_mcast_add()
2215 struct bna_rx *rx; in bnad_setup_rx()
Dbna_enet.c285 struct bna_rx *rx; in bna_msgq_rsp_handler()
1930 attr->num_rxp * sizeof(struct bna_rx); in bna_mod_res_req()