Lines Matching defs:nesdev

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() local
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() local
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() local
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()
2695 struct nes_device *nesdev = container_of(work, struct nes_device, work.work); in nes_recheck_link_status() local
2772 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()
2788 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
3014 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()
3366 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3419 static void nes_terminate_send_fin(struct nes_device *nesdev, in nes_terminate_send_fin()
3450 struct nes_device *nesdev = nesvnic->nesdev; in nes_terminate_done() local
3475 static void nes_terminate_received(struct nes_device *nesdev, in nes_terminate_received()
3538 static void nes_process_iwarp_aeqe(struct nes_device *nesdev, in nes_process_iwarp_aeqe()
3755 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()
3776 struct nes_device *nesdev = nesvnic->nesdev; in nes_manage_apbvt() local
3832 struct nes_device *nesdev; in nes_manage_arp_cache() local
3881 void flush_wqes(struct nes_device *nesdev, struct nes_qp *nesqp, in flush_wqes()