Lines Matching defs:intf

185 	struct ipmi_smi *intf;  member
623 #define ipmi_inc_stat(intf, stat) \ argument
625 #define ipmi_get_stat(intf, stat) \ argument
676 static void clean_up_interface_data(struct ipmi_smi *intf) in clean_up_interface_data()
708 struct ipmi_smi *intf = container_of(ref, struct ipmi_smi, refcount); in intf_free() local
716 struct ipmi_smi *intf; member
722 struct ipmi_smi *intf; in ipmi_smi_watcher_register() local
872 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
909 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
918 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
929 static void smi_add_watch(struct ipmi_smi *intf, unsigned int flags) in smi_add_watch()
954 static void smi_remove_watch(struct ipmi_smi *intf, unsigned int flags) in smi_remove_watch()
992 static int intf_next_seq(struct ipmi_smi *intf, in intf_next_seq()
1046 static int intf_find_seq(struct ipmi_smi *intf, in intf_find_seq()
1080 static int intf_start_seq_timer(struct ipmi_smi *intf, in intf_start_seq_timer()
1108 static int intf_err_seq(struct ipmi_smi *intf, in intf_err_seq()
1160 struct ipmi_smi *intf; in ipmi_create_user() local
1236 struct ipmi_smi *intf; in ipmi_get_smi_info() local
1269 struct ipmi_smi *intf = user->intf; in _ipmi_destroy_user() local
1477 static void maintenance_mode_update(struct ipmi_smi *intf) in maintenance_mode_update()
1488 struct ipmi_smi *intf = user->intf; in ipmi_set_maintenance_mode() local
1529 struct ipmi_smi *intf = user->intf; in ipmi_set_gets_events() local
1591 static struct cmd_rcvr *find_cmd_rcvr(struct ipmi_smi *intf, in find_cmd_rcvr()
1607 static int is_cmd_rcvr_exclusive(struct ipmi_smi *intf, in is_cmd_rcvr_exclusive()
1628 struct ipmi_smi *intf = user->intf; in ipmi_register_for_cmd() local
1673 struct ipmi_smi *intf = user->intf; in ipmi_unregister_for_cmd() local
1803 static struct ipmi_smi_msg *smi_add_send_msg(struct ipmi_smi *intf, in smi_add_send_msg()
1820 static void smi_send(struct ipmi_smi *intf, in smi_send()
1846 static int i_ipmi_req_sysintf(struct ipmi_smi *intf, in i_ipmi_req_sysintf()
1913 static int i_ipmi_req_ipmb(struct ipmi_smi *intf, in i_ipmi_req_ipmb()
2054 static int i_ipmi_req_lan(struct ipmi_smi *intf, in i_ipmi_req_lan()
2179 struct ipmi_smi *intf, in i_ipmi_request()
2267 static int check_addr(struct ipmi_smi *intf, in check_addr()
2358 static void bmc_device_id_handler(struct ipmi_smi *intf, in bmc_device_id_handler()
2392 send_get_device_id_cmd(struct ipmi_smi *intf) in send_get_device_id_cmd()
2420 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id()
2468 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id()
2601 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in bmc_get_device_id()
2939 static void __ipmi_bmc_unregister(struct ipmi_smi *intf) in __ipmi_bmc_unregister()
2959 static void ipmi_bmc_unregister(struct ipmi_smi *intf) in ipmi_bmc_unregister()
2969 static int __ipmi_bmc_register(struct ipmi_smi *intf, in __ipmi_bmc_register()
3130 send_guid_cmd(struct ipmi_smi *intf, int chan) in send_guid_cmd()
3157 static void guid_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in guid_handler()
3192 static void __get_guid(struct ipmi_smi *intf) in __get_guid()
3213 send_channel_info_cmd(struct ipmi_smi *intf, int chan) in send_channel_info_cmd()
3243 channel_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in channel_handler()
3314 static int __scan_channels(struct ipmi_smi *intf, struct ipmi_device_id *id) in __scan_channels()
3359 static void ipmi_poll(struct ipmi_smi *intf) in ipmi_poll()
3375 struct ipmi_smi *intf = container_of(work, struct ipmi_smi, in redo_bmc_reg() local
3392 struct ipmi_smi *intf, *tintf; in ipmi_add_smi() local
3524 static void deliver_smi_err_response(struct ipmi_smi *intf, in deliver_smi_err_response()
3536 static void cleanup_smi_msgs(struct ipmi_smi *intf) in cleanup_smi_msgs()
3576 void ipmi_unregister_smi(struct ipmi_smi *intf) in ipmi_unregister_smi()
3621 static int handle_ipmb_get_msg_rsp(struct ipmi_smi *intf, in handle_ipmb_get_msg_rsp()
3684 static int handle_ipmb_get_msg_cmd(struct ipmi_smi *intf, in handle_ipmb_get_msg_cmd()
3797 static int handle_lan_get_msg_rsp(struct ipmi_smi *intf, in handle_lan_get_msg_rsp()
3864 static int handle_lan_get_msg_cmd(struct ipmi_smi *intf, in handle_lan_get_msg_cmd()
3963 static int handle_oem_get_msg_cmd(struct ipmi_smi *intf, in handle_oem_get_msg_cmd()
4082 static int handle_read_event_rsp(struct ipmi_smi *intf, in handle_read_event_rsp()
4184 static int handle_bmc_rsp(struct ipmi_smi *intf, in handle_bmc_rsp()
4219 static int handle_one_recv_msg(struct ipmi_smi *intf, in handle_one_recv_msg()
4419 static void handle_new_recv_msgs(struct ipmi_smi *intf) in handle_new_recv_msgs()
4480 struct ipmi_smi *intf = from_tasklet(intf, t, recv_tasklet); in smi_recv_tasklet() local
4523 void ipmi_smi_msg_received(struct ipmi_smi *intf, in ipmi_smi_msg_received()
4558 void ipmi_smi_watchdog_pretimeout(struct ipmi_smi *intf) in ipmi_smi_watchdog_pretimeout()
4569 smi_from_recv_msg(struct ipmi_smi *intf, struct ipmi_recv_msg *recv_msg, in smi_from_recv_msg()
4589 static void check_msg_timeout(struct ipmi_smi *intf, struct seq_table *ent, in check_msg_timeout()
4670 static bool ipmi_timeout_handler(struct ipmi_smi *intf, in ipmi_timeout_handler()
4737 static void ipmi_request_event(struct ipmi_smi *intf) in ipmi_request_event()
4753 struct ipmi_smi *intf; in ipmi_timeout() local
4779 static void need_waiter(struct ipmi_smi *intf) in need_waiter()
4850 static void ipmi_panic_request_and_wait(struct ipmi_smi *intf, in ipmi_panic_request_and_wait()
4882 static void event_receiver_fetcher(struct ipmi_smi *intf, in event_receiver_fetcher()
4895 static void device_id_fetcher(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in device_id_fetcher()
4910 static void send_panic_events(struct ipmi_smi *intf, char *str) in send_panic_events()
5062 struct ipmi_smi *intf; in panic_event() local