Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c57 static void bcmasp_enable_tx(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx()
71 static void bcmasp_enable_rx(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx()
83 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_rx_mode() local
135 static void bcmasp_clean_txcb(struct bcmasp_intf *intf, int index) in bcmasp_clean_txcb()
145 static int tx_spb_ring_full(struct bcmasp_intf *intf, int cnt) in tx_spb_ring_full()
163 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_csum_offload() local
234 static unsigned long bcmasp_rx_edpkt_dma_rq(struct bcmasp_intf *intf) in bcmasp_rx_edpkt_dma_rq()
239 static void bcmasp_rx_edpkt_cfg_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_cfg_wq()
244 static void bcmasp_rx_edpkt_dma_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_dma_wq()
249 static unsigned long bcmasp_tx_spb_dma_rq(struct bcmasp_intf *intf) in bcmasp_tx_spb_dma_rq()
[all …]
Dbcmasp_ethtool.c74 static u16 bcmasp_stat_fixup_offset(struct bcmasp_intf *intf, in bcmasp_stat_fixup_offset()
119 static void bcmasp_update_mib_counters(struct bcmasp_intf *intf) in bcmasp_update_mib_counters()
155 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_ethtool_stats() local
178 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_msglevel() local
185 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_msglevel() local
193 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_wol() local
205 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_wol() local
226 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_insert() local
270 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_delete() local
282 static int bcmasp_flow_get(struct bcmasp_intf *intf, struct ethtool_rxnfc *cmd) in bcmasp_flow_get()
[all …]
Dbcmasp.c34 void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx_irq()
45 void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx_irq()
67 static void bcmasp_intr2_handling(struct bcmasp_intf *intf, u32 status) in bcmasp_intr2_handling()
87 struct bcmasp_intf *intf; in bcmasp_isr() local
107 void bcmasp_flush_rx_port(struct bcmasp_intf *intf) in bcmasp_flush_rx_port()
497 void bcmasp_netfilt_suspend(struct bcmasp_intf *intf) in bcmasp_netfilt_suspend()
531 int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs, in bcmasp_netfilt_get_all_active()
558 int bcmasp_netfilt_get_active(struct bcmasp_intf *intf) in bcmasp_netfilt_get_active()
580 bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf, in bcmasp_netfilt_check_dup()
647 struct bcmasp_net_filter *bcmasp_netfilt_get_init(struct bcmasp_intf *intf, in bcmasp_netfilt_get_init()
[all …]
/kernel/linux/linux-6.6/drivers/greybus/
Dinterface.c48 static int gb_interface_dme_attr_get(struct gb_interface *intf, in gb_interface_dme_attr_get()
55 static int gb_interface_read_ara_dme(struct gb_interface *intf) in gb_interface_read_ara_dme()
93 static int gb_interface_read_dme(struct gb_interface *intf) in gb_interface_read_dme()
126 static int gb_interface_route_create(struct gb_interface *intf) in gb_interface_route_create()
173 static void gb_interface_route_destroy(struct gb_interface *intf) in gb_interface_route_destroy()
186 static int gb_interface_legacy_mode_switch(struct gb_interface *intf) in gb_interface_legacy_mode_switch()
206 void gb_interface_mailbox_event(struct gb_interface *intf, u16 result, in gb_interface_mailbox_event()
253 struct gb_interface *intf; in gb_interface_mode_switch_work() local
321 int gb_interface_request_mode_switch(struct gb_interface *intf) in gb_interface_request_mode_switch()
361 static int gb_interface_read_and_clear_init_status(struct gb_interface *intf) in gb_interface_read_and_clear_init_status()
[all …]
/kernel/linux/linux-5.10/drivers/greybus/
Dinterface.c48 static int gb_interface_dme_attr_get(struct gb_interface *intf, in gb_interface_dme_attr_get()
55 static int gb_interface_read_ara_dme(struct gb_interface *intf) in gb_interface_read_ara_dme()
93 static int gb_interface_read_dme(struct gb_interface *intf) in gb_interface_read_dme()
126 static int gb_interface_route_create(struct gb_interface *intf) in gb_interface_route_create()
173 static void gb_interface_route_destroy(struct gb_interface *intf) in gb_interface_route_destroy()
186 static int gb_interface_legacy_mode_switch(struct gb_interface *intf) in gb_interface_legacy_mode_switch()
206 void gb_interface_mailbox_event(struct gb_interface *intf, u16 result, in gb_interface_mailbox_event()
253 struct gb_interface *intf; in gb_interface_mode_switch_work() local
321 int gb_interface_request_mode_switch(struct gb_interface *intf) in gb_interface_request_mode_switch()
361 static int gb_interface_read_and_clear_init_status(struct gb_interface *intf) in gb_interface_read_and_clear_init_status()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c43 struct mlx5_interface *intf; member
54 void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device()
83 static struct mlx5_device_context *mlx5_get_device(struct mlx5_interface *intf, in mlx5_get_device()
94 void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device()
113 static void mlx5_attach_interface(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_attach_interface()
141 struct mlx5_interface *intf; in mlx5_attach_device() local
149 static void mlx5_detach_interface(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_detach_interface()
174 struct mlx5_interface *intf; in mlx5_detach_device() local
199 struct mlx5_interface *intf; in mlx5_register_device() local
211 struct mlx5_interface *intf; in mlx5_unregister_device() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_interrupts.c20 #define MDP_INTF_OFF(intf) (0x6A000 + 0x800 * (intf)) argument
21 #define MDP_INTF_INTR_EN(intf) (MDP_INTF_OFF(intf) + 0x1c0) argument
22 #define MDP_INTF_INTR_STATUS(intf) (MDP_INTF_OFF(intf) + 0x1c4) argument
23 #define MDP_INTF_INTR_CLEAR(intf) (MDP_INTF_OFF(intf) + 0x1c8) argument
24 #define MDP_INTF_TEAR_OFF(intf) (0x6D700 + 0x100 * (intf)) argument
25 #define MDP_INTF_INTR_TEAR_EN(intf) (MDP_INTF_TEAR_OFF(intf) + 0x000) argument
26 #define MDP_INTF_INTR_TEAR_STATUS(intf) (MDP_INTF_TEAR_OFF(intf) + 0x004) argument
27 #define MDP_INTF_INTR_TEAR_CLEAR(intf) (MDP_INTF_TEAR_OFF(intf) + 0x008) argument
32 #define MDP_INTF_REV_7xxx_OFF(intf) (0x34000 + 0x1000 * (intf)) argument
33 #define MDP_INTF_REV_7xxx_INTR_EN(intf) (MDP_INTF_REV_7xxx_OFF(intf) + 0x1c0) argument
[all …]
Ddpu_hw_intf.c240 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
249 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
273 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk()
291 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
312 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
324 static void dpu_hw_intf_setup_misr(struct dpu_hw_intf *intf) in dpu_hw_intf_setup_misr()
329 static int dpu_hw_intf_collect_misr(struct dpu_hw_intf *intf, u32 *misr_value) in dpu_hw_intf_collect_misr()
334 static int dpu_hw_intf_enable_te(struct dpu_hw_intf *intf, in dpu_hw_intf_enable_te()
367 static void dpu_hw_intf_setup_autorefresh_config(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_autorefresh_config()
390 static bool dpu_hw_intf_get_autorefresh_config(struct dpu_hw_intf *intf, in dpu_hw_intf_get_autorefresh_config()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c112 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_update_crypto() local
133 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_dump_frame() local
194 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_file_open() local
206 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_file_release() local
215 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_open_queue_dump() local
232 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_release_queue_dump() local
246 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_dump() local
278 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_poll_queue_dump() local
302 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_stats() local
361 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_crypto_stats() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c112 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_update_crypto() local
133 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_dump_frame() local
194 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_file_open() local
206 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_file_release() local
215 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_open_queue_dump() local
232 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_release_queue_dump() local
246 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_dump() local
278 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_poll_queue_dump() local
302 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_stats() local
361 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_crypto_stats() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_encoder.c38 int intf = mdp5_encoder->intf->num; in mdp5_vid_encoder_mode_set() local
138 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_disable() local
170 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_enable() local
193 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_mode_set() local
204 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_disable() local
215 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_enable() local
233 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_atomic_check() local
263 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_linecount() local
272 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_framecount() local
322 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_set_intf_mode() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_encoder.c38 int intf = mdp5_encoder->intf->num; in mdp5_vid_encoder_mode_set() local
138 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_disable() local
170 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_enable() local
193 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_mode_set() local
204 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_disable() local
215 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_enable() local
233 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_atomic_check() local
263 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_linecount() local
272 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_framecount() local
322 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_set_intf_mode() local
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
Daf9035.c39 struct usb_interface *intf = d->intf; in af9035_ctrl_msg() local
116 struct usb_interface *intf = d->intf; in af9035_wr_regs() local
185 struct usb_interface *intf = d->intf; in af9035_add_i2c_dev() local
235 struct usb_interface *intf = d->intf; in af9035_del_i2c_dev() local
488 struct usb_interface *intf = d->intf; in af9035_identify_state() local
599 struct usb_interface *intf = d->intf; in af9035_download_firmware_old() local
684 struct usb_interface *intf = d->intf; in af9035_download_firmware_new() local
729 struct usb_interface *intf = d->intf; in af9035_download_firmware() local
828 struct usb_interface *intf = d->intf; in af9035_read_config() local
1015 struct usb_interface *intf = d->intf; in af9035_tua9001_tuner_callback() local
[all …]
Daf9015.c22 struct usb_interface *intf = d->intf; in af9015_ctrl_msg() local
143 struct usb_interface *intf = d->intf; in af9015_i2c_xfer() local
269 struct usb_interface *intf = d->intf; in af9015_identify_state() local
292 struct usb_interface *intf = d->intf; in af9015_download_firmware() local
341 struct usb_interface *intf = d->intf; in af9015_eeprom_hash() local
374 struct usb_interface *intf = d->intf; in af9015_read_config() local
541 struct usb_interface *intf = d->intf; in af9015_get_stream_config() local
555 struct usb_interface *intf = d->intf; in af9015_streaming_ctrl() local
765 struct usb_interface *intf = d->intf; in af9015_copy_firmware() local
847 struct usb_interface *intf = d->intf; in af9015_af9013_frontend_attach() local
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
Daf9035.c39 struct usb_interface *intf = d->intf; in af9035_ctrl_msg() local
116 struct usb_interface *intf = d->intf; in af9035_wr_regs() local
185 struct usb_interface *intf = d->intf; in af9035_add_i2c_dev() local
236 struct usb_interface *intf = d->intf; in af9035_del_i2c_dev() local
494 struct usb_interface *intf = d->intf; in af9035_identify_state() local
605 struct usb_interface *intf = d->intf; in af9035_download_firmware_old() local
690 struct usb_interface *intf = d->intf; in af9035_download_firmware_new() local
735 struct usb_interface *intf = d->intf; in af9035_download_firmware() local
834 struct usb_interface *intf = d->intf; in af9035_read_config() local
1021 struct usb_interface *intf = d->intf; in af9035_tua9001_tuner_callback() local
[all …]
Daf9015.c22 struct usb_interface *intf = d->intf; in af9015_ctrl_msg() local
144 struct usb_interface *intf = d->intf; in af9015_i2c_xfer() local
270 struct usb_interface *intf = d->intf; in af9015_identify_state() local
293 struct usb_interface *intf = d->intf; in af9015_download_firmware() local
342 struct usb_interface *intf = d->intf; in af9015_eeprom_hash() local
375 struct usb_interface *intf = d->intf; in af9015_read_config() local
542 struct usb_interface *intf = d->intf; in af9015_get_stream_config() local
556 struct usb_interface *intf = d->intf; in af9015_streaming_ctrl() local
766 struct usb_interface *intf = d->intf; in af9015_copy_firmware() local
848 struct usb_interface *intf = d->intf; in af9015_af9013_frontend_attach() local
[all …]
/kernel/linux/linux-6.6/drivers/input/joystick/
Dpxrc.c23 struct usb_interface *intf; member
120 static int pxrc_probe(struct usb_interface *intf, in pxrc_probe()
202 static void pxrc_disconnect(struct usb_interface *intf) in pxrc_disconnect()
207 static int pxrc_suspend(struct usb_interface *intf, pm_message_t message) in pxrc_suspend()
219 static int pxrc_resume(struct usb_interface *intf) in pxrc_resume()
232 static int pxrc_pre_reset(struct usb_interface *intf) in pxrc_pre_reset()
241 static int pxrc_post_reset(struct usb_interface *intf) in pxrc_post_reset()
254 static int pxrc_reset_resume(struct usb_interface *intf) in pxrc_reset_resume()
/kernel/linux/linux-5.10/drivers/input/joystick/
Dpxrc.c23 struct usb_interface *intf; member
120 static int pxrc_probe(struct usb_interface *intf, in pxrc_probe()
202 static void pxrc_disconnect(struct usb_interface *intf) in pxrc_disconnect()
207 static int pxrc_suspend(struct usb_interface *intf, pm_message_t message) in pxrc_suspend()
219 static int pxrc_resume(struct usb_interface *intf) in pxrc_resume()
232 static int pxrc_pre_reset(struct usb_interface *intf) in pxrc_pre_reset()
241 static int pxrc_post_reset(struct usb_interface *intf) in pxrc_post_reset()
254 static int pxrc_reset_resume(struct usb_interface *intf) in pxrc_reset_resume()
/kernel/linux/linux-6.6/drivers/char/ipmi/
Dipmi_msghandler.c197 struct ipmi_smi *intf; member
643 #define ipmi_inc_stat(intf, stat) \ argument
645 #define ipmi_get_stat(intf, stat) \ argument
701 static void clean_up_interface_data(struct ipmi_smi *intf) in clean_up_interface_data()
733 struct ipmi_smi *intf = container_of(ref, struct ipmi_smi, refcount); in intf_free() local
741 struct ipmi_smi *intf; in ipmi_smi_watcher_register() local
922 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
961 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
970 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
981 static void smi_add_watch(struct ipmi_smi *intf, unsigned int flags) in smi_add_watch()
[all …]
/kernel/linux/linux-5.10/drivers/usb/misc/
Dlvstest.c23 struct usb_interface *intf; member
40 static struct usb_device *create_lvs_device(struct usb_interface *intf) in create_lvs_device()
104 struct usb_interface *intf = to_usb_interface(dev); in u3_entry_store() local
133 struct usb_interface *intf = to_usb_interface(dev); in u3_exit_store() local
162 struct usb_interface *intf = to_usb_interface(dev); in hot_reset_store() local
181 struct usb_interface *intf = to_usb_interface(dev); in warm_reset_store() local
200 struct usb_interface *intf = to_usb_interface(dev); in u2_timeout_store() local
229 struct usb_interface *intf = to_usb_interface(dev); in u1_timeout_store() local
258 struct usb_interface *intf = to_usb_interface(dev); in get_dev_desc_store() local
296 struct usb_interface *intf = to_usb_interface(dev); in enable_compliance_store() local
[all …]
/kernel/linux/linux-6.6/drivers/usb/misc/
Dlvstest.c23 struct usb_interface *intf; member
40 static struct usb_device *create_lvs_device(struct usb_interface *intf) in create_lvs_device()
104 struct usb_interface *intf = to_usb_interface(dev); in u3_entry_store() local
133 struct usb_interface *intf = to_usb_interface(dev); in u3_exit_store() local
162 struct usb_interface *intf = to_usb_interface(dev); in hot_reset_store() local
181 struct usb_interface *intf = to_usb_interface(dev); in warm_reset_store() local
200 struct usb_interface *intf = to_usb_interface(dev); in u2_timeout_store() local
229 struct usb_interface *intf = to_usb_interface(dev); in u1_timeout_store() local
258 struct usb_interface *intf = to_usb_interface(dev); in get_dev_desc_store() local
296 struct usb_interface *intf = to_usb_interface(dev); in enable_compliance_store() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/core/
Ddriver.c231 static const struct usb_device_id *usb_match_dynamic_id(struct usb_interface *intf, in usb_match_dynamic_id()
321 struct usb_interface *intf = to_usb_interface(dev); in usb_probe_interface() local
431 struct usb_interface *intf = to_usb_interface(dev); in usb_unbind_interface() local
679 struct usb_host_interface *intf, in usb_match_one_id_intf()
716 struct usb_host_interface *intf; in usb_match_one_id() local
882 struct usb_interface *intf; in usb_device_match() local
912 struct usb_interface *intf = to_usb_interface(dev); in usb_uevent() local
1116 void usb_forced_unbind_intf(struct usb_interface *intf) in usb_forced_unbind_intf()
1137 struct usb_interface *intf; in unbind_marked_interfaces() local
1157 static void usb_rebind_intf(struct usb_interface *intf) in usb_rebind_intf()
[all …]
/kernel/linux/linux-6.6/drivers/usb/core/
Ddriver.c231 static const struct usb_device_id *usb_match_dynamic_id(struct usb_interface *intf, in usb_match_dynamic_id()
321 struct usb_interface *intf = to_usb_interface(dev); in usb_probe_interface() local
431 struct usb_interface *intf = to_usb_interface(dev); in usb_unbind_interface() local
675 struct usb_host_interface *intf, in usb_match_one_id_intf()
712 struct usb_host_interface *intf; in usb_match_one_id() local
879 struct usb_interface *intf; in usb_device_match() local
909 const struct usb_interface *intf = to_usb_interface(dev); in usb_uevent() local
1113 void usb_forced_unbind_intf(struct usb_interface *intf) in usb_forced_unbind_intf()
1134 struct usb_interface *intf; in unbind_marked_interfaces() local
1154 static void usb_rebind_intf(struct usb_interface *intf) in usb_rebind_intf()
[all …]
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dipmi_msghandler.c197 struct ipmi_smi *intf; member
637 #define ipmi_inc_stat(intf, stat) \ argument
639 #define ipmi_get_stat(intf, stat) \ argument
690 static void clean_up_interface_data(struct ipmi_smi *intf) in clean_up_interface_data()
722 struct ipmi_smi *intf = container_of(ref, struct ipmi_smi, refcount); in intf_free() local
730 struct ipmi_smi *intf; member
736 struct ipmi_smi *intf; in ipmi_smi_watcher_register() local
886 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
923 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
932 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dintf.c44 struct mlx4_interface *intf; member
52 static void mlx4_add_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_add_device()
74 static void mlx4_remove_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_remove_device()
90 int mlx4_register_interface(struct mlx4_interface *intf) in mlx4_register_interface()
115 void mlx4_unregister_interface(struct mlx4_interface *intf) in mlx4_unregister_interface()
201 struct mlx4_interface *intf; in mlx4_register_device() local
219 struct mlx4_interface *intf; in mlx4_unregister_device() local

12345678910>>...40