Lines Matching defs:kind
936 static void tg3_ape_driver_state_change(struct tg3 *tp, int kind)
944 switch (kind) {
1737 static void tg3_write_sig_pre_reset(struct tg3 *tp, int kind)
1743 switch (kind) {
1766 static void tg3_write_sig_post_reset(struct tg3 *tp, int kind)
1769 switch (kind) {
1787 static void tg3_write_sig_legacy(struct tg3 *tp, int kind)
1790 switch (kind) {
9351 static int tg3_halt(struct tg3 *tp, int kind, bool silent)
9357 tg3_write_sig_pre_reset(tp, kind);
9364 tg3_write_sig_legacy(tp, kind);
9365 tg3_write_sig_post_reset(tp, kind);