E1000_STATUS_FUNC_MASK
bus->func = (reg & E1000_STATUS_FUNC_MASK) >> E1000_STATUS_FUNC_SHIFT;
bus->func = (status & E1000_STATUS_FUNC_MASK)