|
@@ -380,11 +380,6 @@ enum qeth_header_ids {
|
|
|
#define QETH_HDR_EXT_CSUM_TRANSP_REQ 0x20
|
|
|
#define QETH_HDR_EXT_UDP 0x40 /*bit off for TCP*/
|
|
|
|
|
|
-static inline int qeth_is_last_sbale(struct qdio_buffer_element *sbale)
|
|
|
-{
|
|
|
- return (sbale->eflags & SBAL_EFLAGS_LAST_ENTRY);
|
|
|
-}
|
|
|
-
|
|
|
enum qeth_qdio_buffer_states {
|
|
|
/*
|
|
|
* inbound: read out by driver; owned by hardware in order to be filled
|
|
@@ -843,13 +838,6 @@ struct qeth_trap_id {
|
|
|
/*some helper functions*/
|
|
|
#define QETH_CARD_IFNAME(card) (((card)->dev)? (card)->dev->name : "")
|
|
|
|
|
|
-static inline struct qeth_card *CARD_FROM_CDEV(struct ccw_device *cdev)
|
|
|
-{
|
|
|
- struct qeth_card *card = dev_get_drvdata(&((struct ccwgroup_device *)
|
|
|
- dev_get_drvdata(&cdev->dev))->dev);
|
|
|
- return card;
|
|
|
-}
|
|
|
-
|
|
|
static inline int qeth_get_micros(void)
|
|
|
{
|
|
|
return (int) (get_tod_clock() >> 12);
|
|
@@ -894,7 +882,6 @@ const char *qeth_get_cardname_short(struct qeth_card *);
|
|
|
int qeth_realloc_buffer_pool(struct qeth_card *, int);
|
|
|
int qeth_core_load_discipline(struct qeth_card *, enum qeth_discipline_id);
|
|
|
void qeth_core_free_discipline(struct qeth_card *);
|
|
|
-void qeth_buffer_reclaim_work(struct work_struct *);
|
|
|
|
|
|
/* exports for qeth discipline device drivers */
|
|
|
extern struct qeth_card_list_struct qeth_core_card_list;
|
|
@@ -913,7 +900,6 @@ int qeth_core_hardsetup_card(struct qeth_card *);
|
|
|
void qeth_print_status_message(struct qeth_card *);
|
|
|
int qeth_init_qdio_queues(struct qeth_card *);
|
|
|
int qeth_send_startlan(struct qeth_card *);
|
|
|
-int qeth_send_stoplan(struct qeth_card *);
|
|
|
int qeth_send_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *,
|
|
|
int (*reply_cb)
|
|
|
(struct qeth_card *, struct qeth_reply *, unsigned long),
|
|
@@ -954,8 +940,6 @@ int qeth_snmp_command(struct qeth_card *, char __user *);
|
|
|
int qeth_query_oat_command(struct qeth_card *, char __user *);
|
|
|
int qeth_query_switch_attributes(struct qeth_card *card,
|
|
|
struct qeth_switch_info *sw_info);
|
|
|
-int qeth_query_card_info(struct qeth_card *card,
|
|
|
- struct carrier_info *carrier_info);
|
|
|
int qeth_send_control_data(struct qeth_card *, int, struct qeth_cmd_buffer *,
|
|
|
int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long),
|
|
|
void *reply_param);
|