Lines Matching refs:bnx2x
28 static int bnx2x_setup_irqs(struct bnx2x *bp);
33 static u16 bnx2x_free_tx_pkt(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_free_tx_pkt()
99 struct bnx2x *bp = fp->bp; in bnx2x_tx_int()
171 struct bnx2x *bp = fp->bp; in bnx2x_update_sge_prod()
226 struct bnx2x *bp = fp->bp; in bnx2x_tpa_start()
276 static inline u16 bnx2x_set_lro_mss(struct bnx2x *bp, u16 parsing_flags, in bnx2x_set_lro_mss()
296 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb()
363 static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop()
442 static inline void bnx2x_set_skb_rxhash(struct bnx2x *bp, union eth_rx_cqe *cqe, in bnx2x_set_skb_rxhash()
455 struct bnx2x *bp = fp->bp; in bnx2x_rx_int()
693 struct bnx2x *bp = fp->bp; in bnx2x_msix_fp_int()
721 void bnx2x_acquire_phy_lock(struct bnx2x *bp) in bnx2x_acquire_phy_lock()
729 void bnx2x_release_phy_lock(struct bnx2x *bp) in bnx2x_release_phy_lock()
738 u16 bnx2x_get_mf_speed(struct bnx2x *bp) in bnx2x_get_mf_speed()
761 void bnx2x_link_report(struct bnx2x *bp) in bnx2x_link_report()
808 struct bnx2x *bp = fp->bp; in bnx2x_alloc_rx_bds()
837 struct bnx2x *bp = fp->bp; in bnx2x_alloc_rx_bd_ring()
853 void bnx2x_init_rx_rings(struct bnx2x *bp) in bnx2x_init_rx_rings()
944 static void bnx2x_free_tx_skbs(struct bnx2x *bp) in bnx2x_free_tx_skbs()
962 static void bnx2x_free_rx_skbs(struct bnx2x *bp) in bnx2x_free_rx_skbs()
990 void bnx2x_free_skbs(struct bnx2x *bp) in bnx2x_free_skbs()
996 void bnx2x_update_max_mf_config(struct bnx2x *bp, u32 value) in bnx2x_update_max_mf_config()
1013 static void bnx2x_free_msix_irqs(struct bnx2x *bp) in bnx2x_free_msix_irqs()
1033 void bnx2x_free_irq(struct bnx2x *bp) in bnx2x_free_irq()
1043 int bnx2x_enable_msix(struct bnx2x *bp) in bnx2x_enable_msix()
1107 static int bnx2x_req_msix_irqs(struct bnx2x *bp) in bnx2x_req_msix_irqs()
1149 int bnx2x_enable_msi(struct bnx2x *bp) in bnx2x_enable_msi()
1163 static int bnx2x_req_irq(struct bnx2x *bp) in bnx2x_req_irq()
1181 static void bnx2x_napi_enable(struct bnx2x *bp) in bnx2x_napi_enable()
1189 static void bnx2x_napi_disable(struct bnx2x *bp) in bnx2x_napi_disable()
1197 void bnx2x_netif_start(struct bnx2x *bp) in bnx2x_netif_start()
1214 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw) in bnx2x_netif_stop()
1224 struct bnx2x *bp = netdev_priv(dev); in bnx2x_select_queue()
1250 void bnx2x_set_num_queues(struct bnx2x *bp) in bnx2x_set_num_queues()
1270 static inline void bnx2x_set_fcoe_eth_macs(struct bnx2x *bp) in bnx2x_set_fcoe_eth_macs()
1281 static void bnx2x_release_firmware(struct bnx2x *bp) in bnx2x_release_firmware()
1289 static inline int bnx2x_set_real_num_queues(struct bnx2x *bp) in bnx2x_set_real_num_queues()
1303 static inline void bnx2x_set_rx_buf_size(struct bnx2x *bp) in bnx2x_set_rx_buf_size()
1329 int bnx2x_nic_load(struct bnx2x *bp, int load_mode) in bnx2x_nic_load()
1600 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode) in bnx2x_nic_unload()
1669 int bnx2x_set_power_state(struct bnx2x *bp, pci_power_t state) in bnx2x_set_power_state()
1729 struct bnx2x *bp = fp->bp; in bnx2x_poll()
1801 static noinline u16 bnx2x_tx_split(struct bnx2x *bp, in bnx2x_tx_split()
1858 static inline u32 bnx2x_xmit_type(struct bnx2x *bp, struct sk_buff *skb) in bnx2x_xmit_type()
1890 static int bnx2x_pkt_req_lin(struct bnx2x *bp, struct sk_buff *skb, in bnx2x_pkt_req_lin()
2019 static inline u8 bnx2x_set_pbd_csum_e2(struct bnx2x *bp, struct sk_buff *skb, in bnx2x_set_pbd_csum_e2()
2050 static inline u8 bnx2x_set_pbd_csum(struct bnx2x *bp, struct sk_buff *skb, in bnx2x_set_pbd_csum()
2103 struct bnx2x *bp = netdev_priv(dev); in bnx2x_start_xmit()
2384 struct bnx2x *bp = netdev_priv(dev); in bnx2x_change_mac_addr()
2397 static int bnx2x_setup_irqs(struct bnx2x *bp) in bnx2x_setup_irqs()
2421 void bnx2x_free_mem_bp(struct bnx2x *bp) in bnx2x_free_mem_bp()
2428 int __devinit bnx2x_alloc_mem_bp(struct bnx2x *bp) in bnx2x_alloc_mem_bp()
2463 struct bnx2x *bp = netdev_priv(dev); in bnx2x_change_mtu()
2491 struct bnx2x *bp = netdev_priv(dev); in bnx2x_tx_timeout()
2504 struct bnx2x *bp; in bnx2x_suspend()
2535 struct bnx2x *bp; in bnx2x_resume()