#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(cxgbi_device_portmap_create, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_portmap_cleanup, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_register, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_unregister, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_unregister_all, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_find_by_lldev, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_find_by_netdev, "_gpl", ""); KSYMTAB_FUNC(cxgbi_device_find_by_netdev_rcu, "_gpl", ""); KSYMTAB_FUNC(cxgbi_hbas_remove, "_gpl", ""); KSYMTAB_FUNC(cxgbi_hbas_add, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_free_cpl_skbs, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_established, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_closed, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_fail_act_open, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_act_open_req_arp_failure, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_rcv_abort_rpl, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_rcv_peer_close, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_rcv_close_conn_rpl, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_rcv_wr_ack, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_select_mss, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_skb_entail, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_purge_wr_queue, "_gpl", ""); KSYMTAB_FUNC(cxgbi_sock_check_wr_invariants, "_gpl", ""); KSYMTAB_FUNC(cxgbi_ddp_set_one_ppod, "_gpl", ""); KSYMTAB_FUNC(cxgbi_ddp_ppm_setup, "_gpl", ""); KSYMTAB_FUNC(cxgbi_parse_pdu_itt, "_gpl", ""); KSYMTAB_FUNC(cxgbi_conn_tx_open, "_gpl", ""); KSYMTAB_FUNC(cxgbi_conn_pdu_ready, "_gpl", ""); KSYMTAB_FUNC(cxgbi_conn_alloc_pdu, "_gpl", ""); KSYMTAB_FUNC(cxgbi_conn_init_pdu, "_gpl", ""); KSYMTAB_FUNC(cxgbi_conn_xmit_pdu, "_gpl", ""); KSYMTAB_FUNC(cxgbi_cleanup_task, "_gpl", ""); KSYMTAB_FUNC(cxgbi_get_conn_stats, "_gpl", ""); KSYMTAB_FUNC(cxgbi_set_conn_param, "_gpl", ""); KSYMTAB_FUNC(cxgbi_get_ep_param, "_gpl", ""); KSYMTAB_FUNC(cxgbi_create_conn, "_gpl", ""); KSYMTAB_FUNC(cxgbi_bind_conn, "_gpl", ""); KSYMTAB_FUNC(cxgbi_create_session, "_gpl", ""); KSYMTAB_FUNC(cxgbi_destroy_session, "_gpl", ""); KSYMTAB_FUNC(cxgbi_set_host_param, "_gpl", ""); KSYMTAB_FUNC(cxgbi_get_host_param, "_gpl", ""); KSYMTAB_FUNC(cxgbi_ep_connect, "_gpl", ""); KSYMTAB_FUNC(cxgbi_ep_poll, "_gpl", ""); KSYMTAB_FUNC(cxgbi_ep_disconnect, "_gpl", ""); KSYMTAB_FUNC(cxgbi_iscsi_init, "_gpl", ""); KSYMTAB_FUNC(cxgbi_iscsi_cleanup, "_gpl", ""); KSYMTAB_FUNC(cxgbi_attr_is_visible, "_gpl", ""); MODULE_INFO(depends, "libiscsi,libcxgb,libiscsi_tcp,scsi_transport_iscsi"); MODULE_INFO(srcversion, "A1FE6C08DA5E47540AE3FD6");