card_stop
void card_stop(struct s_smc *smc);
card_stop(smc); // Stop all activity.
card_stop(smc); // Reset adapter.
card_stop(smc);
int (*card_stop)(struct hw *hw);
.card_stop = hw_card_stop,
.card_stop = hw_card_stop,