Home
last modified time | relevance | path

Searched refs:qeth_card_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/s390/net/
Dqeth.c186 static qeth_card_t *firstcard=NULL;
223 static inline void qeth_schedule_recovery(qeth_card_t *card);
404 static int inline my_spin_lock_nonbusy(qeth_card_t *card,spinlock_t *lock) in my_spin_lock_nonbusy()
421 static inline int qeth_does_card_exist(qeth_card_t *card) in qeth_does_card_exist()
423 qeth_card_t *c=firstcard; in qeth_does_card_exist()
438 static inline qeth_card_t *qeth_get_card_by_irq(int irq) in qeth_get_card_by_irq()
440 qeth_card_t *card; in qeth_get_card_by_irq()
469 static qeth_card_t *qeth_get_card_by_name(char *name) in qeth_get_card_by_name()
471 qeth_card_t *card; in qeth_get_card_by_name()
611 qeth_card_t *card) in qeth_is_ipa_covered_by_ipato_entries()
[all …]
Dqeth.h798 typedef struct qeth_card_t { /* pointed to by dev->priv */ struct
1026 struct qeth_card_t *next; argument
1027 } qeth_card_t; typedef
1124 inline static int qeth_mtu_is_valid(qeth_card_t *card,int mtu) in qeth_mtu_is_valid()
1135 inline static int qeth_get_initial_mtu_for_card(qeth_card_t *card) in qeth_get_initial_mtu_for_card()