Lines Matching defs:intf

197 	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()
1006 static void smi_remove_watch(struct ipmi_smi *intf, unsigned int flags) in smi_remove_watch()
1044 static int intf_next_seq(struct ipmi_smi *intf, in intf_next_seq()
1098 static int intf_find_seq(struct ipmi_smi *intf, in intf_find_seq()
1132 static int intf_start_seq_timer(struct ipmi_smi *intf, in intf_start_seq_timer()
1160 static int intf_err_seq(struct ipmi_smi *intf, in intf_err_seq()
1212 struct ipmi_smi *intf; in ipmi_create_user() local
1295 struct ipmi_smi *intf; in ipmi_get_smi_info() local
1328 struct ipmi_smi *intf = user->intf; in _ipmi_destroy_user() local
1537 static void maintenance_mode_update(struct ipmi_smi *intf) in maintenance_mode_update()
1548 struct ipmi_smi *intf = user->intf; in ipmi_set_maintenance_mode() local
1589 struct ipmi_smi *intf = user->intf; in ipmi_set_gets_events() local
1651 static struct cmd_rcvr *find_cmd_rcvr(struct ipmi_smi *intf, in find_cmd_rcvr()
1667 static int is_cmd_rcvr_exclusive(struct ipmi_smi *intf, in is_cmd_rcvr_exclusive()
1688 struct ipmi_smi *intf = user->intf; in ipmi_register_for_cmd() local
1733 struct ipmi_smi *intf = user->intf; in ipmi_unregister_for_cmd() local
1864 static struct ipmi_smi_msg *smi_add_send_msg(struct ipmi_smi *intf, in smi_add_send_msg()
1881 static void smi_send(struct ipmi_smi *intf, in smi_send()
1907 static int i_ipmi_req_sysintf(struct ipmi_smi *intf, in i_ipmi_req_sysintf()
1974 static int i_ipmi_req_ipmb(struct ipmi_smi *intf, in i_ipmi_req_ipmb()
2115 static int i_ipmi_req_ipmb_direct(struct ipmi_smi *intf, in i_ipmi_req_ipmb_direct()
2167 static int i_ipmi_req_lan(struct ipmi_smi *intf, in i_ipmi_req_lan()
2292 struct ipmi_smi *intf, in i_ipmi_request()
2394 static int check_addr(struct ipmi_smi *intf, in check_addr()
2485 static void bmc_device_id_handler(struct ipmi_smi *intf, in bmc_device_id_handler()
2526 send_get_device_id_cmd(struct ipmi_smi *intf) in send_get_device_id_cmd()
2554 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id()
2602 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id()
2735 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in bmc_get_device_id()
3073 static void __ipmi_bmc_unregister(struct ipmi_smi *intf) in __ipmi_bmc_unregister()
3093 static void ipmi_bmc_unregister(struct ipmi_smi *intf) in ipmi_bmc_unregister()
3103 static int __ipmi_bmc_register(struct ipmi_smi *intf, in __ipmi_bmc_register()
3264 send_guid_cmd(struct ipmi_smi *intf, int chan) in send_guid_cmd()
3291 static void guid_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in guid_handler()
3326 static void __get_guid(struct ipmi_smi *intf) in __get_guid()
3347 send_channel_info_cmd(struct ipmi_smi *intf, int chan) in send_channel_info_cmd()
3377 channel_handler(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in channel_handler()
3448 static int __scan_channels(struct ipmi_smi *intf, struct ipmi_device_id *id) in __scan_channels()
3493 static void ipmi_poll(struct ipmi_smi *intf) in ipmi_poll()
3511 struct ipmi_smi *intf = container_of(attr, in nr_users_show() local
3522 struct ipmi_smi *intf = container_of(attr, in nr_msgs_show() local
3539 struct ipmi_smi *intf = container_of(work, struct ipmi_smi, in redo_bmc_reg() local
3556 struct ipmi_smi *intf, *tintf; in ipmi_add_smi() local
3702 static void deliver_smi_err_response(struct ipmi_smi *intf, in deliver_smi_err_response()
3718 static void cleanup_smi_msgs(struct ipmi_smi *intf) in cleanup_smi_msgs()
3758 void ipmi_unregister_smi(struct ipmi_smi *intf) in ipmi_unregister_smi()
3809 static int handle_ipmb_get_msg_rsp(struct ipmi_smi *intf, in handle_ipmb_get_msg_rsp()
3872 static int handle_ipmb_get_msg_cmd(struct ipmi_smi *intf, in handle_ipmb_get_msg_cmd()
3986 static int handle_ipmb_direct_rcv_cmd(struct ipmi_smi *intf, in handle_ipmb_direct_rcv_cmd()
4074 static int handle_ipmb_direct_rcv_rsp(struct ipmi_smi *intf, in handle_ipmb_direct_rcv_rsp()
4105 static int handle_lan_get_msg_rsp(struct ipmi_smi *intf, in handle_lan_get_msg_rsp()
4172 static int handle_lan_get_msg_cmd(struct ipmi_smi *intf, in handle_lan_get_msg_cmd()
4271 static int handle_oem_get_msg_cmd(struct ipmi_smi *intf, in handle_oem_get_msg_cmd()
4390 static int handle_read_event_rsp(struct ipmi_smi *intf, in handle_read_event_rsp()
4492 static int handle_bmc_rsp(struct ipmi_smi *intf, in handle_bmc_rsp()
4527 static int handle_one_recv_msg(struct ipmi_smi *intf, in handle_one_recv_msg()
4754 static void handle_new_recv_msgs(struct ipmi_smi *intf) in handle_new_recv_msgs()
4815 struct ipmi_smi *intf = from_work(intf, t, recv_work); in smi_recv_work() local
4858 void ipmi_smi_msg_received(struct ipmi_smi *intf, in ipmi_smi_msg_received()
4893 void ipmi_smi_watchdog_pretimeout(struct ipmi_smi *intf) in ipmi_smi_watchdog_pretimeout()
4904 smi_from_recv_msg(struct ipmi_smi *intf, struct ipmi_recv_msg *recv_msg, in smi_from_recv_msg()
4925 static void check_msg_timeout(struct ipmi_smi *intf, struct seq_table *ent, in check_msg_timeout()
5006 static bool ipmi_timeout_handler(struct ipmi_smi *intf, in ipmi_timeout_handler()
5073 static void ipmi_request_event(struct ipmi_smi *intf) in ipmi_request_event()
5089 struct ipmi_smi *intf; in ipmi_timeout() local
5115 static void need_waiter(struct ipmi_smi *intf) in need_waiter()
5191 static void ipmi_panic_request_and_wait(struct ipmi_smi *intf, in ipmi_panic_request_and_wait()
5223 static void event_receiver_fetcher(struct ipmi_smi *intf, in event_receiver_fetcher()
5236 static void device_id_fetcher(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in device_id_fetcher()
5251 static void send_panic_events(struct ipmi_smi *intf, char *str) in send_panic_events()
5398 struct ipmi_smi *intf; in panic_event() local