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

/linux-master/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; \
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 *r
[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;
742 void (*cam_fltr_cbfn)(struct bnad *bnad, struct bna_rx *rx);
780 struct bna_rx *r
787 struct bna_rx { struct
[all...]
H A Dbna_tx_rx.c561 struct bna_rx *rx = rxf->rx;
609 struct bna_rx *rx,
690 bna_rx_cb_rxf_started(struct bna_rx *rx)
704 bna_rx_cb_rxf_stopped(struct bna_rx *rx)
724 bna_rx_ucast_set(struct bna_rx *rx, const u8 *ucmac)
746 bna_rx_mcast_add(struct bna_rx *rx, const u8 *addr,
747 void (*cbfn)(struct bnad *, struct bna_rx *))
775 bna_rx_ucast_listset(struct bna_rx *rx, int count, const u8 *uclist)
833 bna_rx_mcast_listset(struct bna_rx *rx, int count, const u8 *mclist)
893 bna_rx_mcast_delall(struct bna_rx *r
[all...]
H A Dbfa_cs.h53 BFA_SM_TABLE(rx, bna_rx, bna_rx_event, bna_fsm_rx_t)
H A Dbnad.h208 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)
1208 bnad_cb_rx_cleanup(struct bnad *bnad, struct bna_rx *rx)
1231 bnad_cb_rx_post(struct bnad *bnad, struct bna_rx *rx)
1261 bnad_cb_rx_disabled(void *arg, struct bna_rx *rx)
1269 bnad_cb_rx_mcast_add(struct bnad *bnad, struct bna_rx *rx)
2204 struct bna_rx *rx;
H A Dbna_enet.c277 struct bna_rx *rx;
1922 attr->num_rxp * sizeof(struct bna_rx);

Completed in 132 milliseconds