|
| EXPORT_SYMBOL_GPL (qeth_dbf) |
|
| EXPORT_SYMBOL_GPL (qeth_core_card_list) |
|
| EXPORT_SYMBOL_GPL (qeth_core_header_cache) |
|
const char * | qeth_get_cardname_short (struct qeth_card *card) |
|
void | qeth_set_allowed_threads (struct qeth_card *card, unsigned long threads, int clear_start_mask) |
|
| EXPORT_SYMBOL_GPL (qeth_set_allowed_threads) |
|
int | qeth_threads_running (struct qeth_card *card, unsigned long threads) |
|
| EXPORT_SYMBOL_GPL (qeth_threads_running) |
|
int | qeth_wait_for_threads (struct qeth_card *card, unsigned long threads) |
|
| EXPORT_SYMBOL_GPL (qeth_wait_for_threads) |
|
void | qeth_clear_working_pool_list (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_working_pool_list) |
|
int | qeth_realloc_buffer_pool (struct qeth_card *card, int bufcnt) |
|
| EXPORT_SYMBOL_GPL (qeth_realloc_buffer_pool) |
|
void | qeth_clear_ipacmd_list (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_ipacmd_list) |
|
void | qeth_release_buffer (struct qeth_channel *channel, struct qeth_cmd_buffer *iob) |
|
| EXPORT_SYMBOL_GPL (qeth_release_buffer) |
|
struct qeth_cmd_buffer * | qeth_wait_for_buffer (struct qeth_channel *channel) |
|
| EXPORT_SYMBOL_GPL (qeth_wait_for_buffer) |
|
void | qeth_clear_cmd_buffers (struct qeth_channel *channel) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_cmd_buffers) |
|
void | qeth_clear_thread_start_bit (struct qeth_card *card, unsigned long thread) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_thread_start_bit) |
|
void | qeth_clear_thread_running_bit (struct qeth_card *card, unsigned long thread) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_thread_running_bit) |
|
int | qeth_do_run_thread (struct qeth_card *card, unsigned long thread) |
|
| EXPORT_SYMBOL_GPL (qeth_do_run_thread) |
|
void | qeth_schedule_recovery (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_schedule_recovery) |
|
void | qeth_clear_qdio_buffers (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_clear_qdio_buffers) |
|
int | qeth_qdio_clear_card (struct qeth_card *card, int use_halt) |
|
| EXPORT_SYMBOL_GPL (qeth_qdio_clear_card) |
|
void | qeth_prepare_control_data (struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) |
|
| EXPORT_SYMBOL_GPL (qeth_prepare_control_data) |
|
int | qeth_send_control_data (struct qeth_card *card, int len, struct qeth_cmd_buffer *iob, int(*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) |
|
| EXPORT_SYMBOL_GPL (qeth_send_control_data) |
|
void | qeth_print_status_message (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_print_status_message) |
|
int | qeth_init_qdio_queues (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_init_qdio_queues) |
|
struct qeth_cmd_buffer * | qeth_get_ipacmd_buffer (struct qeth_card *card, enum qeth_ipa_cmds ipacmd, enum qeth_prot_versions prot) |
|
| EXPORT_SYMBOL_GPL (qeth_get_ipacmd_buffer) |
|
void | qeth_prepare_ipa_cmd (struct qeth_card *card, struct qeth_cmd_buffer *iob, char prot_type) |
|
| EXPORT_SYMBOL_GPL (qeth_prepare_ipa_cmd) |
|
int | qeth_send_ipa_cmd (struct qeth_card *card, struct qeth_cmd_buffer *iob, int(*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) |
|
| EXPORT_SYMBOL_GPL (qeth_send_ipa_cmd) |
|
int | qeth_send_startlan (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_send_startlan) |
|
int | qeth_default_setadapterparms_cb (struct qeth_card *card, struct qeth_reply *reply, unsigned long data) |
|
| EXPORT_SYMBOL_GPL (qeth_default_setadapterparms_cb) |
|
struct qeth_cmd_buffer * | qeth_get_adapter_cmd (struct qeth_card *card, __u32 command, __u32 cmdlen) |
|
| EXPORT_SYMBOL_GPL (qeth_get_adapter_cmd) |
|
int | qeth_query_setadapterparms (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_query_setadapterparms) |
|
int | qeth_query_ipassists (struct qeth_card *card, enum qeth_prot_versions prot) |
|
| EXPORT_SYMBOL_GPL (qeth_query_ipassists) |
|
int | qeth_hw_trap (struct qeth_card *card, enum qeth_diags_trap_action action) |
|
| EXPORT_SYMBOL_GPL (qeth_hw_trap) |
|
int | qeth_check_qdio_errors (struct qeth_card *card, struct qdio_buffer *buf, unsigned int qdio_error, const char *dbftext) |
|
| EXPORT_SYMBOL_GPL (qeth_check_qdio_errors) |
|
void | qeth_buffer_reclaim_work (struct work_struct *work) |
|
void | qeth_queue_input_buffer (struct qeth_card *card, int index) |
|
| EXPORT_SYMBOL_GPL (qeth_queue_input_buffer) |
|
void | qeth_qdio_start_poll (struct ccw_device *ccwdev, int queue, unsigned long card_ptr) |
|
| EXPORT_SYMBOL_GPL (qeth_qdio_start_poll) |
|
int | qeth_configure_cq (struct qeth_card *card, enum qeth_cq cq) |
|
| EXPORT_SYMBOL_GPL (qeth_configure_cq) |
|
void | qeth_qdio_input_handler (struct ccw_device *ccwdev, unsigned int qdio_err, unsigned int queue, int first_elem, int count, unsigned long card_ptr) |
|
| EXPORT_SYMBOL_GPL (qeth_qdio_input_handler) |
|
void | qeth_qdio_output_handler (struct ccw_device *ccwdev, unsigned int qdio_error, int __queue, int first_element, int count, unsigned long card_ptr) |
|
| EXPORT_SYMBOL_GPL (qeth_qdio_output_handler) |
|
int | qeth_get_priority_queue (struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) |
|
| EXPORT_SYMBOL_GPL (qeth_get_priority_queue) |
|
int | qeth_get_elements_no (struct qeth_card *card, void *hdr, struct sk_buff *skb, int elems) |
|
| EXPORT_SYMBOL_GPL (qeth_get_elements_no) |
|
int | qeth_hdr_chk_and_bounce (struct sk_buff *skb, int len) |
|
| EXPORT_SYMBOL_GPL (qeth_hdr_chk_and_bounce) |
|
int | qeth_do_send_packet_fast (struct qeth_card *card, struct qeth_qdio_out_q *queue, struct sk_buff *skb, struct qeth_hdr *hdr, int elements_needed, int offset, int hd_len) |
|
| EXPORT_SYMBOL_GPL (qeth_do_send_packet_fast) |
|
int | qeth_do_send_packet (struct qeth_card *card, struct qeth_qdio_out_q *queue, struct sk_buff *skb, struct qeth_hdr *hdr, int elements_needed) |
|
| EXPORT_SYMBOL_GPL (qeth_do_send_packet) |
|
void | qeth_setadp_promisc_mode (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_setadp_promisc_mode) |
|
int | qeth_change_mtu (struct net_device *dev, int new_mtu) |
|
| EXPORT_SYMBOL_GPL (qeth_change_mtu) |
|
struct net_device_stats * | qeth_get_stats (struct net_device *dev) |
|
| EXPORT_SYMBOL_GPL (qeth_get_stats) |
|
int | qeth_setadpparms_change_macaddr (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_setadpparms_change_macaddr) |
|
int | qeth_set_access_ctrl_online (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_set_access_ctrl_online) |
|
void | qeth_tx_timeout (struct net_device *dev) |
|
| EXPORT_SYMBOL_GPL (qeth_tx_timeout) |
|
int | qeth_mdio_read (struct net_device *dev, int phy_id, int regnum) |
|
| EXPORT_SYMBOL_GPL (qeth_mdio_read) |
|
int | qeth_snmp_command (struct qeth_card *card, char __user *udata) |
|
| EXPORT_SYMBOL_GPL (qeth_snmp_command) |
|
int | qeth_query_oat_command (struct qeth_card *card, char __user *udata) |
|
| EXPORT_SYMBOL_GPL (qeth_query_oat_command) |
|
| MODULE_DEVICE_TABLE (ccw, qeth_ids) |
|
int | qeth_core_hardsetup_card (struct qeth_card *card) |
|
| EXPORT_SYMBOL_GPL (qeth_core_hardsetup_card) |
|
struct sk_buff * | qeth_core_get_next_skb (struct qeth_card *card, struct qeth_qdio_buffer *qethbuffer, struct qdio_buffer_element **__element, int *__offset, struct qeth_hdr **hdr) |
|
| EXPORT_SYMBOL_GPL (qeth_core_get_next_skb) |
|
void | qeth_dbf_longtext (debug_info_t *id, int level, char *fmt,...) |
|
| EXPORT_SYMBOL_GPL (qeth_dbf_longtext) |
|
int | qeth_core_load_discipline (struct qeth_card *card, enum qeth_discipline_id discipline) |
|
void | qeth_core_free_discipline (struct qeth_card *card) |
|
int | qeth_core_get_sset_count (struct net_device *dev, int stringset) |
|
| EXPORT_SYMBOL_GPL (qeth_core_get_sset_count) |
|
void | qeth_core_get_ethtool_stats (struct net_device *dev, struct ethtool_stats *stats, u64 *data) |
|
| EXPORT_SYMBOL_GPL (qeth_core_get_ethtool_stats) |
|
void | qeth_core_get_strings (struct net_device *dev, u32 stringset, u8 *data) |
|
| EXPORT_SYMBOL_GPL (qeth_core_get_strings) |
|
void | qeth_core_get_drvinfo (struct net_device *dev, struct ethtool_drvinfo *info) |
|
| EXPORT_SYMBOL_GPL (qeth_core_get_drvinfo) |
|
int | qeth_core_ethtool_get_settings (struct net_device *netdev, struct ethtool_cmd *ecmd) |
|
| EXPORT_SYMBOL_GPL (qeth_core_ethtool_get_settings) |
|
| module_init (qeth_core_init) |
|
| module_exit (qeth_core_exit) |
|
| MODULE_AUTHOR ("Frank Blaschka <[email protected]>") |
|
| MODULE_DESCRIPTION ("qeth core functions") |
|
| MODULE_LICENSE ("GPL") |
|