Searched refs:assist_cb (Results 1 – 3 of 3) sorted by relevance
1042 int (*assist_cb)(struct net_device *, void *), in qeth_osn_register()1057 if ((assist_cb == NULL) || (data_cb == NULL)) in qeth_osn_register()1059 card->osn_info.assist_cb = assist_cb; in qeth_osn_register()1075 card->osn_info.assist_cb = NULL; in qeth_osn_deregister()
757 int (*assist_cb)(struct net_device *dev, void *data); member1103 int (*assist_cb)(struct net_device *, void *),
755 if (IS_OSN(card) && card->osn_info.assist_cb && in qeth_issue_next_read_cb()757 card->osn_info.assist_cb(card->dev, cmd); in qeth_issue_next_read_cb()