Lines Matching refs:bna_rx

189 		void (*cbfn)(struct bna_rx *);			\
190 struct bna_rx *cbarg; \
202 void (*cbfn)(struct bna_rx *); \
203 struct bna_rx *cbarg; \
215 void (*cbfn)(struct bnad *, struct bna_rx *); \
228 void (*cbfn)(struct bnad *, struct bna_rx *); \
346 struct bna_rx *__rx; \
350 __rx = (struct bna_rx *)qe; \
456 void bna_bfi_rx_enet_start_rsp(struct bna_rx *rx,
458 void bna_bfi_rx_enet_stop_rsp(struct bna_rx *rx,
479 struct bna_rx *bna_rx_create(struct bna *bna, struct bnad *bnad,
483 void bna_rx_destroy(struct bna_rx *rx);
484 void bna_rx_enable(struct bna_rx *rx);
485 void bna_rx_disable(struct bna_rx *rx, enum bna_cleanup_type type,
486 void (*cbfn)(void *, struct bna_rx *));
487 void bna_rx_cleanup_complete(struct bna_rx *rx);
488 void bna_rx_coalescing_timeo_set(struct bna_rx *rx, int coalescing_timeo);
492 bna_rx_ucast_set(struct bna_rx *rx, u8 *ucmac,
493 void (*cbfn)(struct bnad *, struct bna_rx *));
495 bna_rx_ucast_add(struct bna_rx *rx, u8* ucmac,
496 void (*cbfn)(struct bnad *, struct bna_rx *));
498 bna_rx_ucast_del(struct bna_rx *rx, u8 *ucmac,
499 void (*cbfn)(struct bnad *, struct bna_rx *));
501 bna_rx_ucast_listset(struct bna_rx *rx, int count, u8 *uclist,
502 void (*cbfn)(struct bnad *, struct bna_rx *));
504 bna_rx_mcast_add(struct bna_rx *rx, u8 *mcmac,
505 void (*cbfn)(struct bnad *, struct bna_rx *));
507 bna_rx_mcast_listset(struct bna_rx *rx, int count, u8 *mcmac,
508 void (*cbfn)(struct bnad *, struct bna_rx *));
510 bna_rx_mcast_delall(struct bna_rx *rx,
511 void (*cbfn)(struct bnad *, struct bna_rx *));
513 bna_rx_mode_set(struct bna_rx *rx, enum bna_rxmode rxmode,
515 void (*cbfn)(struct bnad *, struct bna_rx *));
516 void bna_rx_vlan_add(struct bna_rx *rx, int vlan_id);
517 void bna_rx_vlan_del(struct bna_rx *rx, int vlan_id);
518 void bna_rx_vlanfilter_enable(struct bna_rx *rx);
519 void bna_rx_vlan_strip_enable(struct bna_rx *rx);
520 void bna_rx_vlan_strip_disable(struct bna_rx *rx);