Lines Matching defs:kind
937 static void tg3_ape_driver_state_change(struct tg3 *tp, int kind)
945 switch (kind) {
1731 static void tg3_write_sig_pre_reset(struct tg3 *tp, int kind)
1737 switch (kind) {
1760 static void tg3_write_sig_post_reset(struct tg3 *tp, int kind)
1763 switch (kind) {
1781 static void tg3_write_sig_legacy(struct tg3 *tp, int kind)
1784 switch (kind) {
9336 static int tg3_halt(struct tg3 *tp, int kind, bool silent)
9342 tg3_write_sig_pre_reset(tp, kind);
9349 tg3_write_sig_legacy(tp, kind);
9350 tg3_write_sig_post_reset(tp, kind);