Lines Matching refs:nes_device
66 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq);
67 static void nes_init_csr_ne020(struct nes_device *nesdev, u8 hw_rev, u8 port_count);
68 static int nes_init_serdes(struct nes_device *nesdev, u8 hw_rev, u8 port_count,
70 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq);
71 static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq);
72 static void nes_process_ceq(struct nes_device *nesdev, struct nes_hw_ceq *ceq);
73 static void nes_process_iwarp_aeqe(struct nes_device *nesdev,
75 static void process_critical_error(struct nes_device *nesdev);
76 static void nes_process_mac_intr(struct nes_device *nesdev, u32 mac_number);
77 static unsigned int nes_reset_adapter_ne020(struct nes_device *nesdev, u8 *OneG_Mode);
124 void nes_nic_init_timer_defaults(struct nes_device *nesdev, u8 jumbomode) in nes_nic_init_timer_defaults()
152 static void nes_nic_init_timer(struct nes_device *nesdev) in nes_nic_init_timer()
181 static void nes_nic_tune_timer(struct nes_device *nesdev) in nes_nic_tune_timer()
254 struct nes_adapter *nes_init_adapter(struct nes_device *nesdev, u8 hw_rev) { in nes_init_adapter()
644 static unsigned int nes_reset_adapter_ne020(struct nes_device *nesdev, u8 *OneG_Mode) in nes_reset_adapter_ne020()
750 static int nes_init_serdes(struct nes_device *nesdev, u8 hw_rev, u8 port_count, in nes_init_serdes()
867 static void nes_init_csr_ne020(struct nes_device *nesdev, u8 hw_rev, u8 port_count) in nes_init_csr_ne020()
980 int nes_init_cqp(struct nes_device *nesdev) in nes_init_cqp()
1210 int nes_destroy_cqp(struct nes_device *nesdev) in nes_destroy_cqp()
1307 static int nes_init_1g_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_1g_phy()
1361 static int nes_init_2025_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_2025_phy()
1513 int nes_init_phy(struct nes_device *nesdev) in nes_init_phy()
1564 struct nes_device *nesdev; in nes_replenish_nic_rq()
1667 int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev) in nes_init_nic_qp()
1917 struct nes_device *nesdev = nesvnic->nesdev; in nes_destroy_nic_qp()
2060 int nes_napi_isr(struct nes_device *nesdev) in nes_napi_isr()
2119 static void process_critical_error(struct nes_device *nesdev) in process_critical_error()
2148 struct nes_device *nesdev = (struct nes_device *)param; in nes_dpc()
2308 static void nes_process_ceq(struct nes_device *nesdev, struct nes_hw_ceq *ceq) in nes_process_ceq()
2348 static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq) in nes_process_aeq()
2392 static void nes_reset_link(struct nes_device *nesdev, u32 mac_index) in nes_reset_link()
2463 static void nes_process_mac_intr(struct nes_device *nesdev, u32 mac_number) in nes_process_mac_intr()
2697 struct nes_device *nesdev = container_of(work, struct nes_device, work.work); in nes_recheck_link_status()
2774 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()
2790 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
3016 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()
3368 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3421 static void nes_terminate_send_fin(struct nes_device *nesdev, in nes_terminate_send_fin()
3452 struct nes_device *nesdev = nesvnic->nesdev; in nes_terminate_done()
3477 static void nes_terminate_received(struct nes_device *nesdev, in nes_terminate_received()
3540 static void nes_process_iwarp_aeqe(struct nes_device *nesdev, in nes_process_iwarp_aeqe()
3757 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()
3778 struct nes_device *nesdev = nesvnic->nesdev; in nes_manage_apbvt()
3834 struct nes_device *nesdev; in nes_manage_arp_cache()
3883 void flush_wqes(struct nes_device *nesdev, struct nes_qp *nesqp, in flush_wqes()