IGC_REGS_LEN
regs_buff = malloc(sizeof(u32) * IGC_REGS_LEN, M_DEVBUF, M_WAITOK);
memset(regs_buff, 0, IGC_REGS_LEN * sizeof(u32));