Lines Matching defs:intf
197 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
885 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
922 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
931 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
942 static void smi_add_watch(struct ipmi_smi *intf, unsigned int flags) in smi_add_watch()
967 static void smi_remove_watch(struct ipmi_smi *intf, unsigned int flags) in smi_remove_watch()
1005 static int intf_next_seq(struct ipmi_smi *intf, in intf_next_seq()
1059 static int intf_find_seq(struct ipmi_smi *intf, in intf_find_seq()
1093 static int intf_start_seq_timer(struct ipmi_smi *intf, in intf_start_seq_timer()
1121 static int intf_err_seq(struct ipmi_smi *intf, in intf_err_seq()
1173 struct ipmi_smi *intf; in ipmi_create_user() local
1249 struct ipmi_smi *intf; in ipmi_get_smi_info() local
1282 struct ipmi_smi *intf = user->intf; in _ipmi_destroy_user() local
1490 static void maintenance_mode_update(struct ipmi_smi *intf) in maintenance_mode_update()
1501 struct ipmi_smi *intf = user->intf; in ipmi_set_maintenance_mode() local
1542 struct ipmi_smi *intf = user->intf; in ipmi_set_gets_events() local
1604 static struct cmd_rcvr *find_cmd_rcvr(struct ipmi_smi *intf, in find_cmd_rcvr()
1620 static int is_cmd_rcvr_exclusive(struct ipmi_smi *intf, in is_cmd_rcvr_exclusive()
1641 struct ipmi_smi *intf = user->intf; in ipmi_register_for_cmd() local
1686 struct ipmi_smi *intf = user->intf; in ipmi_unregister_for_cmd() local
1816 static struct ipmi_smi_msg *smi_add_send_msg(struct ipmi_smi *intf, in smi_add_send_msg()
1833 static void smi_send(struct ipmi_smi *intf, in smi_send()
1859 static int i_ipmi_req_sysintf(struct ipmi_smi *intf, in i_ipmi_req_sysintf()
1926 static int i_ipmi_req_ipmb(struct ipmi_smi *intf, in i_ipmi_req_ipmb()
2067 static int i_ipmi_req_lan(struct ipmi_smi *intf, in i_ipmi_req_lan()
2192 struct ipmi_smi *intf, in i_ipmi_request()
2280 static int check_addr(struct ipmi_smi *intf, in check_addr()
2371 static void bmc_device_id_handler(struct ipmi_smi *intf, in bmc_device_id_handler()
2405 send_get_device_id_cmd(struct ipmi_smi *intf) in send_get_device_id_cmd()
2433 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id()
2483 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id()
2616 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in bmc_get_device_id()
2954 static void __ipmi_bmc_unregister(struct ipmi_smi *intf) in __ipmi_bmc_unregister()
2974 static void ipmi_bmc_unregister(struct ipmi_smi *intf) in ipmi_bmc_unregister()
2984 static int __ipmi_bmc_register(struct ipmi_smi *intf, in __ipmi_bmc_register()
3145 send_guid_cmd(struct ipmi_smi *intf, int chan) in send_guid_cmd()
3172 static void guid_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in guid_handler()
3207 static void __get_guid(struct ipmi_smi *intf) in __get_guid()
3228 send_channel_info_cmd(struct ipmi_smi *intf, int chan) in send_channel_info_cmd()
3258 channel_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in channel_handler()
3329 static int __scan_channels(struct ipmi_smi *intf, struct ipmi_device_id *id) in __scan_channels()
3374 static void ipmi_poll(struct ipmi_smi *intf) in ipmi_poll()
3390 struct ipmi_smi *intf = container_of(work, struct ipmi_smi, in redo_bmc_reg() local
3407 struct ipmi_smi *intf, *tintf; in ipmi_add_smi() local
3539 static void deliver_smi_err_response(struct ipmi_smi *intf, in deliver_smi_err_response()
3551 static void cleanup_smi_msgs(struct ipmi_smi *intf) in cleanup_smi_msgs()
3591 void ipmi_unregister_smi(struct ipmi_smi *intf) in ipmi_unregister_smi()
3636 static int handle_ipmb_get_msg_rsp(struct ipmi_smi *intf, in handle_ipmb_get_msg_rsp()
3699 static int handle_ipmb_get_msg_cmd(struct ipmi_smi *intf, in handle_ipmb_get_msg_cmd()
3812 static int handle_lan_get_msg_rsp(struct ipmi_smi *intf, in handle_lan_get_msg_rsp()
3879 static int handle_lan_get_msg_cmd(struct ipmi_smi *intf, in handle_lan_get_msg_cmd()
3978 static int handle_oem_get_msg_cmd(struct ipmi_smi *intf, in handle_oem_get_msg_cmd()
4097 static int handle_read_event_rsp(struct ipmi_smi *intf, in handle_read_event_rsp()
4199 static int handle_bmc_rsp(struct ipmi_smi *intf, in handle_bmc_rsp()
4234 static int handle_one_recv_msg(struct ipmi_smi *intf, in handle_one_recv_msg()
4434 static void handle_new_recv_msgs(struct ipmi_smi *intf) in handle_new_recv_msgs()
4495 struct ipmi_smi *intf = from_tasklet(intf, t, recv_tasklet); in smi_recv_tasklet() local
4538 void ipmi_smi_msg_received(struct ipmi_smi *intf, in ipmi_smi_msg_received()
4573 void ipmi_smi_watchdog_pretimeout(struct ipmi_smi *intf) in ipmi_smi_watchdog_pretimeout()
4584 smi_from_recv_msg(struct ipmi_smi *intf, struct ipmi_recv_msg *recv_msg, in smi_from_recv_msg()
4604 static void check_msg_timeout(struct ipmi_smi *intf, struct seq_table *ent, in check_msg_timeout()
4685 static bool ipmi_timeout_handler(struct ipmi_smi *intf, in ipmi_timeout_handler()
4752 static void ipmi_request_event(struct ipmi_smi *intf) in ipmi_request_event()
4768 struct ipmi_smi *intf; in ipmi_timeout() local
4794 static void need_waiter(struct ipmi_smi *intf) in need_waiter()
4869 static void ipmi_panic_request_and_wait(struct ipmi_smi *intf, in ipmi_panic_request_and_wait()
4901 static void event_receiver_fetcher(struct ipmi_smi *intf, in event_receiver_fetcher()
4914 static void device_id_fetcher(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in device_id_fetcher()
4929 static void send_panic_events(struct ipmi_smi *intf, char *str) in send_panic_events()
5081 struct ipmi_smi *intf; in panic_event() local