Lines Matching refs:nes_device

59 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq);
60 static void nes_init_csr_ne020(struct nes_device *nesdev, u8 hw_rev, u8 port_count);
61 static int nes_init_serdes(struct nes_device *nesdev, u8 hw_rev, u8 port_count,
63 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq);
64 static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq);
65 static void nes_process_ceq(struct nes_device *nesdev, struct nes_hw_ceq *ceq);
66 static void nes_process_iwarp_aeqe(struct nes_device *nesdev,
68 static void process_critical_error(struct nes_device *nesdev);
69 static void nes_process_mac_intr(struct nes_device *nesdev, u32 mac_number);
70 static unsigned int nes_reset_adapter_ne020(struct nes_device *nesdev, u8 *OneG_Mode);
115 void nes_nic_init_timer_defaults(struct nes_device *nesdev, u8 jumbomode) in nes_nic_init_timer_defaults()
143 static void nes_nic_init_timer(struct nes_device *nesdev) in nes_nic_init_timer()
172 static void nes_nic_tune_timer(struct nes_device *nesdev) in nes_nic_tune_timer()
245 struct nes_adapter *nes_init_adapter(struct nes_device *nesdev, u8 hw_rev) { in nes_init_adapter()
631 static unsigned int nes_reset_adapter_ne020(struct nes_device *nesdev, u8 *OneG_Mode) in nes_reset_adapter_ne020()
737 static int nes_init_serdes(struct nes_device *nesdev, u8 hw_rev, u8 port_count, in nes_init_serdes()
854 static void nes_init_csr_ne020(struct nes_device *nesdev, u8 hw_rev, u8 port_count) in nes_init_csr_ne020()
967 int nes_init_cqp(struct nes_device *nesdev) in nes_init_cqp()
1196 int nes_destroy_cqp(struct nes_device *nesdev) in nes_destroy_cqp()
1293 static int nes_init_1g_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_1g_phy()
1347 static int nes_init_2025_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_2025_phy()
1499 int nes_init_phy(struct nes_device *nesdev) in nes_init_phy()
1550 struct nes_device *nesdev; in nes_replenish_nic_rq()
1634 int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev) in nes_init_nic_qp()
1875 struct nes_device *nesdev = nesvnic->nesdev; in nes_destroy_nic_qp()
2018 int nes_napi_isr(struct nes_device *nesdev) in nes_napi_isr()
2077 static void process_critical_error(struct nes_device *nesdev) in process_critical_error()
2106 struct nes_device *nesdev = (struct nes_device *)param; in nes_dpc()
2266 static void nes_process_ceq(struct nes_device *nesdev, struct nes_hw_ceq *ceq) in nes_process_ceq()
2306 static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq) in nes_process_aeq()
2350 static void nes_reset_link(struct nes_device *nesdev, u32 mac_index) in nes_reset_link()
2421 static void nes_process_mac_intr(struct nes_device *nesdev, u32 mac_number) in nes_process_mac_intr()
2653 struct nes_device *nesdev = container_of(work, struct nes_device, work.work); in nes_recheck_link_status()
2730 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()
2746 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
2964 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()
3316 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3369 static void nes_terminate_send_fin(struct nes_device *nesdev, in nes_terminate_send_fin()
3400 struct nes_device *nesdev = nesvnic->nesdev; in nes_terminate_done()
3425 static void nes_terminate_received(struct nes_device *nesdev, in nes_terminate_received()
3488 static void nes_process_iwarp_aeqe(struct nes_device *nesdev, in nes_process_iwarp_aeqe()
3705 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()
3726 struct nes_device *nesdev = nesvnic->nesdev; in nes_manage_apbvt()
3782 struct nes_device *nesdev; in nes_manage_arp_cache()
3831 void flush_wqes(struct nes_device *nesdev, struct nes_qp *nesqp, in flush_wqes()