Lines Matching refs:rx
221 cbfn(cbarg, rxf->rx); \
234 cbfn(cbarg, rxf->rx); \
456 void bna_bfi_rx_enet_start_rsp(struct bna_rx *rx,
458 void bna_bfi_rx_enet_stop_rsp(struct bna_rx *rx,
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,
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,
495 bna_rx_ucast_add(struct bna_rx *rx, u8* ucmac,
498 bna_rx_ucast_del(struct bna_rx *rx, u8 *ucmac,
501 bna_rx_ucast_listset(struct bna_rx *rx, int count, u8 *uclist,
504 bna_rx_mcast_add(struct bna_rx *rx, u8 *mcmac,
507 bna_rx_mcast_listset(struct bna_rx *rx, int count, u8 *mcmac,
510 bna_rx_mcast_delall(struct bna_rx *rx,
513 bna_rx_mode_set(struct bna_rx *rx, enum bna_rxmode rxmode,
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);