Stefanha pointed out that I should try if JMicron driver can be chanloaded like: gPXE(jme driver)→gPXE(UNDI driver). Due to the UNDI interface would trigger .irq() function of net_device_operations.
First I spend a lot of time trying to figure out why chainloading with: syslinux→jme.lkrm→undionly.kpxe keeps crash(reboot) after some actions.
After a few tests, I found out that:
All worked fine. So I guess that it's an issue with the chainloading processes, instead of in-correct driver implement.
Testing results can be found in this note: TCP Window Size and RX Csum Offload Benchmark
Detailed modifications can reference the jme_driver_bak branch of my git tree.