Lines Matching defs:nesdev
125 void nes_nic_init_timer_defaults(struct nes_device *nesdev, u8 jumbomode) in nes_nic_init_timer_defaults()
153 static void nes_nic_init_timer(struct nes_device *nesdev) in nes_nic_init_timer()
182 static void nes_nic_tune_timer(struct nes_device *nesdev) in nes_nic_tune_timer()
255 struct nes_adapter *nes_init_adapter(struct nes_device *nesdev, u8 hw_rev) { in nes_init_adapter()
645 static unsigned int nes_reset_adapter_ne020(struct nes_device *nesdev, u8 *OneG_Mode) in nes_reset_adapter_ne020()
751 static int nes_init_serdes(struct nes_device *nesdev, u8 hw_rev, u8 port_count, in nes_init_serdes()
868 static void nes_init_csr_ne020(struct nes_device *nesdev, u8 hw_rev, u8 port_count) in nes_init_csr_ne020()
981 int nes_init_cqp(struct nes_device *nesdev) in nes_init_cqp()
1211 int nes_destroy_cqp(struct nes_device *nesdev) in nes_destroy_cqp()
1308 static int nes_init_1g_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_1g_phy()
1362 static int nes_init_2025_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_2025_phy()
1514 int nes_init_phy(struct nes_device *nesdev) in nes_init_phy()
1565 struct nes_device *nesdev; in nes_replenish_nic_rq() local
1668 int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev) in nes_init_nic_qp()
1918 struct nes_device *nesdev = nesvnic->nesdev; in nes_destroy_nic_qp() local
2061 int nes_napi_isr(struct nes_device *nesdev) in nes_napi_isr()
2120 static void process_critical_error(struct nes_device *nesdev) in process_critical_error()
2149 struct nes_device *nesdev = (struct nes_device *)param; in nes_dpc() local
2309 static void nes_process_ceq(struct nes_device *nesdev, struct nes_hw_ceq *ceq) in nes_process_ceq()
2349 static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq) in nes_process_aeq()
2393 static void nes_reset_link(struct nes_device *nesdev, u32 mac_index) in nes_reset_link()
2464 static void nes_process_mac_intr(struct nes_device *nesdev, u32 mac_number) in nes_process_mac_intr()
2698 struct nes_device *nesdev = container_of(work, struct nes_device, work.work); in nes_recheck_link_status() local
2775 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()
2791 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
3017 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()
3369 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3422 static void nes_terminate_send_fin(struct nes_device *nesdev, in nes_terminate_send_fin()
3453 struct nes_device *nesdev = nesvnic->nesdev; in nes_terminate_done() local
3478 static void nes_terminate_received(struct nes_device *nesdev, in nes_terminate_received()
3545 static void nes_process_iwarp_aeqe(struct nes_device *nesdev, in nes_process_iwarp_aeqe()
3762 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()
3783 struct nes_device *nesdev = nesvnic->nesdev; in nes_manage_apbvt() local
3839 struct nes_device *nesdev; in nes_manage_arp_cache() local
3888 void flush_wqes(struct nes_device *nesdev, struct nes_qp *nesqp, in flush_wqes()