Lines Matching defs:cdev
68 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask()
86 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci()
103 static int qed_init_pci(struct qed_dev *cdev, in qed_init_pci()
182 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info()
215 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev()
222 struct qed_dev *cdev; in qed_alloc_cdev() local
234 static int qed_set_power_state(struct qed_dev *cdev, in qed_set_power_state()
250 struct qed_dev *cdev; in qed_probe() local
286 static void qed_remove(struct qed_dev *cdev) in qed_remove()
300 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix()
312 static int qed_enable_msix(struct qed_dev *cdev, in qed_enable_msix()
357 static int qed_set_int_mode(struct qed_dev *cdev, bool force_mode) in qed_set_int_mode()
412 static void qed_simd_handler_config(struct qed_dev *cdev, void *token, in qed_simd_handler_config()
422 static void qed_simd_handler_clean(struct qed_dev *cdev, int index) in qed_simd_handler_clean()
439 struct qed_dev *cdev = (struct qed_dev *)dev_instance; in qed_single_int() local
481 struct qed_dev *cdev = hwfn->cdev; in qed_slowpath_irq_req() local
512 static void qed_slowpath_irq_free(struct qed_dev *cdev) in qed_slowpath_irq_free()
531 static int qed_nic_stop(struct qed_dev *cdev) in qed_nic_stop()
552 static int qed_nic_reset(struct qed_dev *cdev) in qed_nic_reset()
565 static int qed_nic_setup(struct qed_dev *cdev) in qed_nic_setup()
580 static int qed_set_int_fp(struct qed_dev *cdev, u16 cnt) in qed_set_int_fp()
598 static int qed_get_int_fp(struct qed_dev *cdev, struct qed_int_info *info) in qed_get_int_fp()
621 static int qed_slowpath_setup_int(struct qed_dev *cdev, in qed_slowpath_setup_int()
680 static int qed_alloc_stream_mem(struct qed_dev *cdev) in qed_alloc_stream_mem()
701 static void qed_free_stream_mem(struct qed_dev *cdev) in qed_free_stream_mem()
716 static void qed_update_pf_params(struct qed_dev *cdev, in qed_update_pf_params()
728 static int qed_slowpath_start(struct qed_dev *cdev, in qed_slowpath_start()
800 static int qed_slowpath_stop(struct qed_dev *cdev) in qed_slowpath_stop()
818 static void qed_set_id(struct qed_dev *cdev, char name[NAME_SIZE], in qed_set_id()
831 static u32 qed_sb_init(struct qed_dev *cdev, in qed_sb_init()
865 static u32 qed_sb_release(struct qed_dev *cdev, in qed_sb_release()
887 static int qed_set_link(struct qed_dev *cdev, in qed_set_link()
1078 static void qed_get_current_link(struct qed_dev *cdev, in qed_get_current_link()
1096 static int qed_drain(struct qed_dev *cdev) in qed_drain()