/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | hw.c | 230 static bool ath11k_hw_ipq8074_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_first_msdu() 236 static bool ath11k_hw_ipq8074_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_last_msdu() 242 static u8 ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes() 248 static u8 *ath11k_hw_ipq8074_rx_desc_get_hdr_status(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_hdr_status() 253 static bool ath11k_hw_ipq8074_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_encrypt_valid() 259 static u32 ath11k_hw_ipq8074_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_encrypt_type() 265 static u8 ath11k_hw_ipq8074_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_decap_type() 271 static u8 ath11k_hw_ipq8074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mesh_ctl() 277 static bool ath11k_hw_ipq8074_rx_desc_get_ldpc_support(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_ldpc_support() 283 static bool ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld() [all …]
|
/linux-6.1.9/kernel/irq/ |
D | settings.h | 42 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() 48 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu() 53 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid() 58 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu() 63 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing() 68 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set() 73 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask() 79 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask() 85 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level() 90 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level() [all …]
|
D | chip.c | 44 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip() local 68 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type() local 90 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data() local 112 …struct irq_desc *desc = irq_get_desc_lock(irq_base + irq_offset, &flags, IRQ_GET_DESC_CHECK_GLOBAL… in irq_set_msi_desc_off() local 145 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data() local 157 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local 163 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled() 168 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked() 173 static void irq_state_clr_started(struct irq_desc *desc) in irq_state_clr_started() 178 static void irq_state_set_started(struct irq_desc *desc) in irq_state_set_started() [all …]
|
D | manage.c | 38 static void __synchronize_hardirq(struct irq_desc *desc, bool sync_chip) in __synchronize_hardirq() 100 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local 128 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local 146 static bool __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity() 173 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity_usr() local 188 void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity() 215 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local 294 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_pending() local 326 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_deactivated() local 351 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_locked() local [all …]
|
D | internals.h | 125 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc() 126 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc() 143 static inline int irq_setup_affinity(struct irq_desc *desc) { return 0; } in irq_setup_affinity() 147 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock() 153 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock() 165 #define for_each_action_of_desc(desc, act) \ argument 180 irq_put_desc_busunlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_busunlock() 192 irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_unlock() 242 static inline void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled() 247 static inline void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked() [all …]
|
D | irqdesc.c | 55 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks() 81 static void desc_smp_init(struct irq_desc *desc, int node, in desc_smp_init() 98 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks() 100 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init() 103 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 149 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in per_cpu_count_show() local 169 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in chip_name_show() local 186 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in hwirq_show() local 201 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in type_show() local 217 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in wakeup_show() local [all …]
|
D | pm.c | 16 bool irq_pm_check_wakeup(struct irq_desc *desc) in irq_pm_check_wakeup() 33 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_install_action() 57 void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_remove_action() 70 static bool suspend_device_irq(struct irq_desc *desc) in suspend_device_irq() 133 struct irq_desc *desc; in suspend_device_irqs() local 151 static void resume_irq(struct irq_desc *desc) in resume_irq() 185 struct irq_desc *desc; in resume_irqs() local 211 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in rearm_wake_irq() local
|
D | resend.c | 32 struct irq_desc *desc; in resend_irqs() local 50 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 83 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 89 static int try_retrigger(struct irq_desc *desc) in try_retrigger() 106 int check_irq_resend(struct irq_desc *desc, bool inject) in check_irq_resend() 157 struct irq_desc *desc; in irq_inject_interrupt() local
|
D | spurious.c | 36 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll() 62 static int try_one_irq(struct irq_desc *desc, bool force) in try_one_irq() 120 struct irq_desc *desc; in misrouted_irq() local 146 struct irq_desc *desc; in poll_spurious_irqs() local 192 static void __report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in __report_bad_irq() 225 static void report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in report_bad_irq() 236 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, in try_misrouted_irq() 272 void note_interrupt(struct irq_desc *desc, irqreturn_t action_ret) in note_interrupt()
|
/linux-6.1.9/drivers/crypto/caam/ |
D | desc_constr.h | 84 static inline int desc_len(u32 * const desc) in desc_len() 89 static inline int desc_bytes(void * const desc) in desc_bytes() 94 static inline u32 *desc_end(u32 * const desc) in desc_end() 99 static inline void *sh_desc_pdb(u32 * const desc) in sh_desc_pdb() 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() 109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() 115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() 129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() 137 static inline void append_ptr(u32 * const desc, dma_addr_t ptr) in append_ptr() [all …]
|
D | caamalg_desc.c | 16 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst() 24 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1() 56 void cnstr_shdsc_aead_null_encap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_encap() 135 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_decap() 210 static void init_sh_desc_key_aead(u32 * const desc, in init_sh_desc_key_aead() 288 void cnstr_shdsc_aead_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_encap() 383 void cnstr_shdsc_aead_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_decap() 500 void cnstr_shdsc_aead_givencap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_givencap() 634 void cnstr_shdsc_gcm_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_encap() 761 void cnstr_shdsc_gcm_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_decap() [all …]
|
/linux-6.1.9/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 73 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_lookup() 146 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_get() 192 int mtk_hw_set_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_set_value() 215 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() 237 const struct mtk_pin_desc *desc; in mtk_xt_find_eint_num() local 262 const struct mtk_pin_desc *desc; in mtk_is_virt_gpio() local 283 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_n() local 304 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_state() local 325 const struct mtk_pin_desc *desc; in mtk_xt_set_gpio_as_eint() local 415 const struct mtk_pin_desc *desc) in mtk_pinconf_bias_disable_set() [all …]
|
/linux-6.1.9/drivers/usb/class/ |
D | cdc-wdm.c | 122 struct wdm_device *desc; in wdm_find_device() local 137 struct wdm_device *desc; in wdm_find_device_by_minor() local 153 struct wdm_device *desc; in wdm_out_callback() local 171 struct wdm_device *desc = urb->context; in wdm_in_callback() local 252 struct wdm_device *desc; in wdm_int_callback() local 338 static void poison_urbs(struct wdm_device *desc) in poison_urbs() 346 static void unpoison_urbs(struct wdm_device *desc) in unpoison_urbs() 357 static void free_urbs(struct wdm_device *desc) in free_urbs() 364 static void cleanup(struct wdm_device *desc) in cleanup() 380 struct wdm_device *desc = file->private_data; in wdm_write() local [all …]
|
/linux-6.1.9/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 46 static int _sha256_update(struct shash_desc *desc, const u8 *data, in _sha256_update() 68 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup() 83 static int sha256_ssse3_update(struct shash_desc *desc, const u8 *data, in sha256_ssse3_update() 89 static int sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha256_ssse3_finup() 96 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final() 149 static int sha256_avx_update(struct shash_desc *desc, const u8 *data, in sha256_avx_update() 155 static int sha256_avx_finup(struct shash_desc *desc, const u8 *data, in sha256_avx_finup() 161 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final() 225 static int sha256_avx2_update(struct shash_desc *desc, const u8 *data, in sha256_avx2_update() 231 static int sha256_avx2_finup(struct shash_desc *desc, const u8 *data, in sha256_avx2_finup() [all …]
|
D | sha1_ssse3_glue.c | 29 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() 51 static int sha1_finup(struct shash_desc *desc, const u8 *data, in sha1_finup() 69 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update() 75 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup() 82 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final() 119 static int sha1_avx_update(struct shash_desc *desc, const u8 *data, in sha1_avx_update() 125 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup() 131 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final() 201 static int sha1_avx2_update(struct shash_desc *desc, const u8 *data, in sha1_avx2_update() 207 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup() [all …]
|
D | sha512_ssse3_glue.c | 45 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() 67 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() 82 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update() 88 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup() 95 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final() 158 static int sha512_avx_update(struct shash_desc *desc, const u8 *data, in sha512_avx_update() 164 static int sha512_avx_finup(struct shash_desc *desc, const u8 *data, in sha512_avx_finup() 171 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final() 224 static int sha512_avx2_update(struct shash_desc *desc, const u8 *data, in sha512_avx2_update() 230 static int sha512_avx2_finup(struct shash_desc *desc, const u8 *data, in sha512_avx2_finup() [all …]
|
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument 49 #define LPFC_BBCR_ATTR_RW(name, defval, minval, maxval, desc) \ argument 59 #define LPFC_ATTR_HEX_R(name, defval, minval, maxval, desc) \ argument 67 #define LPFC_ATTR_HEX_RW(name, defval, minval, maxval, desc) \ argument 78 #define LPFC_VPORT_ATTR(name, defval, minval, maxval, desc) \ argument 84 #define LPFC_VPORT_ATTR_R(name, defval, minval, maxval, desc) \ argument 92 #define LPFC_VPORT_ULL_ATTR_R(name, defval, minval, maxval, desc) \ argument 100 #define LPFC_VPORT_ATTR_RW(name, defval, minval, maxval, desc) \ argument [all …]
|
/linux-6.1.9/include/linux/gpio/ |
D | consumer.h | 25 struct gpio_desc *desc[]; member 239 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() 248 struct gpio_desc *desc) in devm_gpiod_unhinge() 309 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() 327 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction() 333 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input() 339 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output() 345 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw() 351 static inline int gpiod_enable_hw_timestamp_ns(struct gpio_desc *desc, in gpiod_enable_hw_timestamp_ns() 357 static inline int gpiod_disable_hw_timestamp_ns(struct gpio_desc *desc, in gpiod_disable_hw_timestamp_ns() [all …]
|
/linux-6.1.9/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 214 struct desc { struct 215 u32 next; /* pointer to next buffer, unused */ 218 u16 buf_len; /* buffer length */ 219 u16 pkt_len; /* packet length */ 220 u32 data; /* pointer to data buffer in RAM */ 221 u8 dest_id; 222 u8 src_id; 223 u16 flags; 224 u8 qos; 225 u8 padlen; [all …]
|
/linux-6.1.9/drivers/crypto/ |
D | padlock-sha.c | 32 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init() 41 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update() 49 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() 56 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import() 72 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup() 126 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final() 133 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() 187 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final() 269 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano() 280 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano() [all …]
|
/linux-6.1.9/drivers/firmware/ |
D | qcom_scm.c | 150 struct qcom_scm_desc desc = { in __get_convention() local 216 static int qcom_scm_call(struct device *dev, const struct qcom_scm_desc *desc, in qcom_scm_call() 242 const struct qcom_scm_desc *desc, in qcom_scm_call_atomic() 261 struct qcom_scm_desc desc = { in __qcom_scm_is_call_available() local 292 struct qcom_scm_desc desc = { in qcom_scm_set_boot_addr() local 313 struct qcom_scm_desc desc = { in qcom_scm_set_boot_addr_mc() local 372 struct qcom_scm_desc desc = { in qcom_scm_cpu_power_down() local 386 struct qcom_scm_desc desc = { in qcom_scm_set_remote_state() local 405 struct qcom_scm_desc desc = { in __qcom_scm_set_dload_mode() local 463 struct qcom_scm_desc desc = { in qcom_scm_pas_init_image() local [all …]
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib.c | 163 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() 174 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() 213 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction() 311 struct gpio_desc *desc; in gpio_name_to_desc() local 548 struct gpio_desc *desc; in gpiochip_machine_hog() local 766 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local 1909 static int gpiod_request_commit(struct gpio_desc *desc, const char *label) in gpiod_request_commit() 1972 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc() 1992 #define VALIDATE_DESC(desc) do { \ argument 1998 #define VALIDATE_DESC_VOID(desc) do { \ argument [all …]
|
D | gpiolib-sysfs.c | 23 struct gpio_desc *desc; member 64 struct gpio_desc *desc = data->desc; in direction_show() local 81 struct gpio_desc *desc = data->desc; in direction_store() local 105 struct gpio_desc *desc = data->desc; in value_show() local 124 struct gpio_desc *desc = data->desc; in value_store() local 158 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local 214 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local 285 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local 308 struct gpio_desc *desc = data->desc; in active_low_show() local 346 struct gpio_desc *desc = data->desc; in gpio_is_visible() local [all …]
|
/linux-6.1.9/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 76 struct ccp_dma_desc *desc, *dtmp; in ccp_free_desc_resources() local 108 struct ccp_dma_desc *desc, *dtmp; in ccp_cleanup_desc_resources() local 139 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc) in ccp_issue_next_cmd() 160 static void ccp_free_active_cmd(struct ccp_dma_desc *desc) in ccp_free_active_cmd() 177 struct ccp_dma_desc *desc) in __ccp_next_dma_desc() 191 struct ccp_dma_desc *desc) in ccp_handle_active_desc() 247 struct ccp_dma_desc *desc; in __ccp_pending_to_active() local 263 struct ccp_dma_desc *desc = data; in ccp_cmd_callback() local 299 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc, in ccp_tx_submit() local 334 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local [all …]
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_err.c | 1364 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() 1386 struct hclge_desc desc; in hclge_clear_mac_tnl_int() local 1397 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() local 1434 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() local 1456 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() local 1496 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() local 1559 struct hclge_desc desc; in hclge_config_tm_hw_err_int() local 1592 struct hclge_desc desc; in hclge_config_mac_err_int() local 1612 struct hclge_desc desc; in hclge_config_mac_tnl_int() local 1629 struct hclge_desc desc[2]; in hclge_config_ppu_error_interrupts() local [all …]
|