Lines Matching defs:priv

135 #define bdx_enable_interrupts(priv)	\  argument
137 #define bdx_disable_interrupts(priv) \ argument
154 bdx_fifo_init(struct bdx_priv *priv, struct fifo *f, int fsz_type, in bdx_fifo_init()
186 static void bdx_fifo_free(struct bdx_priv *priv, struct fifo *f) in bdx_fifo_free()
201 static void bdx_link_changed(struct bdx_priv *priv) in bdx_link_changed()
220 static void bdx_isr_extra(struct bdx_priv *priv, u32 isr) in bdx_isr_extra()
255 struct bdx_priv *priv = netdev_priv(ndev); in bdx_isr_napi() local
292 struct bdx_priv *priv = container_of(napi, struct bdx_priv, napi); in bdx_poll() local
322 static int bdx_fw_load(struct bdx_priv *priv) in bdx_fw_load()
365 static void bdx_restore_mac(struct net_device *ndev, struct bdx_priv *priv) in bdx_restore_mac()
391 static int bdx_hw_start(struct bdx_priv *priv) in bdx_hw_start()
441 static void bdx_hw_stop(struct bdx_priv *priv) in bdx_hw_stop()
476 static int bdx_hw_reset(struct bdx_priv *priv) in bdx_hw_reset()
500 static int bdx_sw_reset(struct bdx_priv *priv) in bdx_sw_reset()
555 static int bdx_reset(struct bdx_priv *priv) in bdx_reset()
576 struct bdx_priv *priv = NULL; in bdx_close() local
604 struct bdx_priv *priv; in bdx_open() local
635 static int bdx_range_check(struct bdx_priv *priv, u32 offset) in bdx_range_check()
643 struct bdx_priv *priv = netdev_priv(ndev); in bdx_ioctl_priv() local
709 struct bdx_priv *priv = netdev_priv(ndev); in __bdx_vlan_rx_vid() local
784 struct bdx_priv *priv = netdev_priv(ndev); in bdx_setmulti() local
842 struct bdx_priv *priv = netdev_priv(ndev); in bdx_set_mac() local
855 static int bdx_read_mac(struct bdx_priv *priv) in bdx_read_mac()
873 static u64 bdx_read_l2stat(struct bdx_priv *priv, int reg) in bdx_read_l2stat()
883 static void bdx_update_stats(struct bdx_priv *priv) in bdx_update_stats()
1001 static int bdx_rx_init(struct bdx_priv *priv) in bdx_rx_init()
1031 static void bdx_rx_free_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_free_skbs()
1062 static void bdx_rx_free(struct bdx_priv *priv) in bdx_rx_free()
1093 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_alloc_skbs()
1141 NETIF_RX_MUX(struct bdx_priv *priv, u32 rxd_val1, u16 rxd_vlan, in NETIF_RX_MUX()
1156 static void bdx_recycle_skb(struct bdx_priv *priv, struct rxd_desc *rxdd) in bdx_recycle_skb()
1206 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget) in bdx_rx_receive()
1498 bdx_tx_map_skb(struct bdx_priv *priv, struct sk_buff *skb, in bdx_tx_map_skb()
1559 static int bdx_tx_init(struct bdx_priv *priv) in bdx_tx_init()
1592 static inline int bdx_tx_space(struct bdx_priv *priv) in bdx_tx_space()
1618 struct bdx_priv *priv = netdev_priv(ndev); in bdx_tx_transmit() local
1732 static void bdx_tx_cleanup(struct bdx_priv *priv) in bdx_tx_cleanup()
1793 static void bdx_tx_free_skbs(struct bdx_priv *priv) in bdx_tx_free_skbs()
1810 static void bdx_tx_free(struct bdx_priv *priv) in bdx_tx_free()
1830 static void bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size) in bdx_tx_push_desc()
1858 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size) in bdx_tx_push_desc_safe()
1920 struct bdx_priv *priv; in bdx_probe() local
2147 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_settings() local
2178 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_drvinfo() local
2202 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_coalesce() local
2231 struct bdx_priv *priv = netdev_priv(netdev); in bdx_set_coalesce() local
2289 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_ringparam() local
2306 struct bdx_priv *priv = netdev_priv(netdev); in bdx_set_ringparam() local
2364 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_sset_count() local
2385 struct bdx_priv *priv = netdev_priv(netdev); in bdx_get_ethtool_stats() local