• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/

Lines Matching refs:bnx2x

9 #include "bnx2x.h"
24 u8 bnx2x_initial_phy_init(struct bnx2x *bp, int load_mode);
31 void bnx2x_link_set(struct bnx2x *bp);
40 u8 bnx2x_link_test(struct bnx2x *bp);
47 void bnx2x__link_status_update(struct bnx2x *bp);
76 int bnx2x_cnic_notify(struct bnx2x *bp, int cmd);
83 void bnx2x_setup_cnic_irq_info(struct bnx2x *bp);
91 void bnx2x_int_enable(struct bnx2x *bp);
100 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw);
111 int bnx2x_init_hw(struct bnx2x *bp, u32 load_code);
122 void bnx2x_nic_init(struct bnx2x *bp, u32 load_code);
131 int bnx2x_alloc_mem(struct bnx2x *bp);
138 void bnx2x_free_mem(struct bnx2x *bp);
147 int bnx2x_setup_leading(struct bnx2x *bp);
157 int bnx2x_setup_multi(struct bnx2x *bp, int index);
166 void bnx2x_set_num_queues_msix(struct bnx2x *bp);
177 void bnx2x_chip_cleanup(struct bnx2x *bp, int unload_mode);
187 int bnx2x_acquire_hw_lock(struct bnx2x *bp, u32 resource);
197 int bnx2x_release_hw_lock(struct bnx2x *bp, u32 resource);
206 void bnx2x_set_eth_mac_addr_e1h(struct bnx2x *bp, int set);
215 void bnx2x_set_eth_mac_addr_e1(struct bnx2x *bp, int set);
228 int bnx2x_set_iscsi_eth_mac_addr(struct bnx2x *bp, int set);
239 void bnx2x_init_sb(struct bnx2x *bp, struct host_status_block *sb,
255 void bnx2x_set_storm_rx_mode(struct bnx2x *bp);
258 void bnx2x_inc_load_cnt(struct bnx2x *bp);
259 u32 bnx2x_dec_load_cnt(struct bnx2x *bp);
260 bool bnx2x_chk_parity_attn(struct bnx2x *bp);
261 bool bnx2x_reset_is_done(struct bnx2x *bp);
262 void bnx2x_disable_close_the_gate(struct bnx2x *bp);
270 void bnx2x_stats_handle(struct bnx2x *bp, enum bnx2x_stats_event event);
278 void bnx2x_set_client_config(struct bnx2x *bp);
298 static inline void bnx2x_update_rx_prod(struct bnx2x *bp,
335 static inline void bnx2x_ack_sb(struct bnx2x *bp, u8 sb_id,
357 static inline u16 bnx2x_ack_int(struct bnx2x *bp)
412 static inline void bnx2x_free_rx_sge(struct bnx2x *bp,
432 static inline void bnx2x_free_rx_sge_range(struct bnx2x *bp,
441 static inline int bnx2x_alloc_rx_sge(struct bnx2x *bp,
467 static inline int bnx2x_alloc_rx_skb(struct bnx2x *bp,
503 struct bnx2x *bp = fp->bp;
545 static inline void bnx2x_free_tpa_pool(struct bnx2x *bp,
570 static inline void bnx2x_init_tx_ring(struct bnx2x *bp)
614 void bnx2x_acquire_phy_lock(struct bnx2x *bp);
615 void bnx2x_release_phy_lock(struct bnx2x *bp);
617 void bnx2x_link_report(struct bnx2x *bp);
620 void bnx2x_init_rx_rings(struct bnx2x *bp);
626 void bnx2x_netif_start(struct bnx2x *bp);
627 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw);
628 void bnx2x_free_irq(struct bnx2x *bp, bool disable_only);
631 void bnx2x_free_skbs(struct bnx2x *bp);
633 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode);
634 int bnx2x_nic_load(struct bnx2x *bp, int load_mode);
635 int bnx2x_set_power_state(struct bnx2x *bp, pci_power_t state);