Lines Matching refs:bdx_priv

75 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f);
76 static void bdx_tx_cleanup(struct bdx_priv *priv);
77 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget);
80 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size);
83 static int bdx_tx_init(struct bdx_priv *priv);
84 static int bdx_rx_init(struct bdx_priv *priv);
87 static void bdx_rx_free(struct bdx_priv *priv);
88 static void bdx_tx_free(struct bdx_priv *priv);
153 bdx_fifo_init(struct bdx_priv *priv, struct fifo *f, int fsz_type,
185 static void bdx_fifo_free(struct bdx_priv *priv, struct fifo *f)
200 static void bdx_link_changed(struct bdx_priv *priv)
219 static void bdx_isr_extra(struct bdx_priv *priv, u32 isr)
254 struct bdx_priv *priv = netdev_priv(ndev);
291 struct bdx_priv *priv = container_of(napi, struct bdx_priv, napi);
321 static int bdx_fw_load(struct bdx_priv *priv)
364 static void bdx_restore_mac(struct net_device *ndev, struct bdx_priv *priv)
390 static int bdx_hw_start(struct bdx_priv *priv)
440 static void bdx_hw_stop(struct bdx_priv *priv)
475 static int bdx_hw_reset(struct bdx_priv *priv)
499 static int bdx_sw_reset(struct bdx_priv *priv)
554 static int bdx_reset(struct bdx_priv *priv)
575 struct bdx_priv *priv = NULL;
603 struct bdx_priv *priv;
634 static int bdx_range_check(struct bdx_priv *priv, u32 offset)
642 struct bdx_priv *priv = netdev_priv(ndev);
710 struct bdx_priv *priv = netdev_priv(ndev);
777 struct bdx_priv *priv = netdev_priv(ndev);
835 struct bdx_priv *priv = netdev_priv(ndev);
848 static int bdx_read_mac(struct bdx_priv *priv)
866 static u64 bdx_read_l2stat(struct bdx_priv *priv, int reg)
876 static void bdx_update_stats(struct bdx_priv *priv)
994 static int bdx_rx_init(struct bdx_priv *priv)
1024 static void bdx_rx_free_skbs(struct bdx_priv *priv, struct rxf_fifo *f)
1054 static void bdx_rx_free(struct bdx_priv *priv)
1085 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f)
1132 NETIF_RX_MUX(struct bdx_priv *priv, u32 rxd_val1, u16 rxd_vlan,
1147 static void bdx_recycle_skb(struct bdx_priv *priv, struct rxd_desc *rxdd)
1195 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget)
1474 bdx_tx_map_skb(struct bdx_priv *priv, struct sk_buff *skb,
1535 static int bdx_tx_init(struct bdx_priv *priv)
1568 static inline int bdx_tx_space(struct bdx_priv *priv)
1593 struct bdx_priv *priv = netdev_priv(ndev);
1702 static void bdx_tx_cleanup(struct bdx_priv *priv)
1765 static void bdx_tx_free_skbs(struct bdx_priv *priv)
1782 static void bdx_tx_free(struct bdx_priv *priv)
1802 static void bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size)
1830 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size)
1892 struct bdx_priv *priv;
1977 ndev = alloc_etherdev(sizeof(struct bdx_priv));
2148 struct bdx_priv *priv = netdev_priv(netdev);
2167 struct bdx_priv *priv = netdev_priv(netdev);
2196 struct bdx_priv *priv = netdev_priv(netdev);
2254 struct bdx_priv *priv = netdev_priv(netdev);
2271 struct bdx_priv *priv = netdev_priv(netdev);
2329 struct bdx_priv *priv = netdev_priv(netdev);
2350 struct bdx_priv *priv = netdev_priv(netdev);